cURL
curl --request POST \ --url https://api.decart.ai/v1/client/tokens \ --header 'x-api-key: <api-key>'
{ "apiKey": "<string>", "expiresAt": "<string>" }
Create an ephemeral API token for client sessions.
API key for authentication
Successful Response
Was this page helpful?