Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request POST 'https://www-staging.givve.com/api/authorizations' \
--header 'Content-Type: application/json' \
--data-raw '{
"accessors": [
"voucher_owner"
],
"identifier": "user@examle.com",
"password": "xlvNxoOa2NfFnIU"
}'{
"meta": null,
"data": {
"token_type": "string",
"access_token": "string",
"refresh_token": "string"
}
}