GET
/
v1
/
carbon
/
token
curl --request GET \
  --url https://api.pulze.ai/v1/carbon/token \
  --header 'Authorization: Bearer <token>'
{
  "access_token": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

customer_id
string | null

Response

200
application/json
Successful Response
access_token
string
required