Skip to main content
POST
/
v1
/
client
/
tokens
Create Client Token
curl --request POST \
  --url https://api.decart.ai/v1/client/tokens \
  --header 'x-api-key: <api-key>'
{
  "apiKey": "<string>",
  "expiresAt": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

API key for authentication

Response

Successful Response

apiKey
string
required
expiresAt
string
required