Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request GET '/multipliers/' \
--header 'Authorization: Bearer <token>'{
"meta": null,
"data": {
"id": "string",
"number": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"address": null,
"configured_products": [
"string"
],
"enabled_products": [
"string"
],
"auto_recarding_card_orders": true,
"contact_persons": [
{
"id": "string",
"name": null,
"email": "string",
"email_notification": null,
"editable": true
}
]
}
}