EasyPlayDeveloper
EndpointsApi clients

Issue token for client

POST
/api_clients/token

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api_clients/token" \  -H "Content-Type: application/json" \  -d '{    "clientId": "cl_1234567890",    "clientSecret": "sk_1234567890"  }'
{  "token": "ey-abc-123-xyz"}