GET
/
auth
/
v1
/
access_token
curl --request GET \
  --url https://api.carbon.ai/auth/v1/access_token \
  --header 'authorization: <authorization>' \
  --header 'customer-id: <customer-id>'
{
  "access_token": "<string>",
  "refresh_token": "<string>"
}

Headers

authorization
string
required
customer-id
string
required

Response

200
application/json
Successful Response
access_token
string
required
refresh_token
string
required