POST
/
cards
/
auth
/
access_token
curl --request POST \
  --url https://api.sandbox.saalal.com/v1/cards/auth/access_token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "reference": "ed7e61b6-94c9-4716-adc9-74a19db8a8e"
}'
{
  "message": "Access Token generated successfully",
  "statusCode": 200,
  "data": {
    "access_token": "N72VeyZQ8dmn3a0Wk0blu2a1pjFjdcNOx2Ec5bm39pFGa33gGu"
  }
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
reference
string
css_url
string

Response

200 - application/json
message
string
statusCode
integer
data
object