Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request POST '/authorizations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "string",
"password": "string",
"accessors": [
[
"public_user",
"multiplier",
"customer",
"voucher_owner"
]
],
"client_id": "string",
"otp": "string"
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}