cURL
curl --request PUT \ --url https://api.sandbox.sudo.cards/cards/authorizations/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "metadata": "{}" } '
"{}"
Fetches details about a specific authorization using the provided id.
Documentation IndexFetch the complete documentation index at: https://docs.sudo.africa/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.sudo.africa/llms.txt
Use this file to discover all available pages before exploring further.
The _id of the authorization to fetch.
_id
The key-value pair you wish to attach to the authorization object.
200
The response is of type object.
object