# Generate a Token This API generates an access token using the clientId and clientSecret provided to the partner during onboarding. Endpoint: POST /api/v1/generate-token Security: Bearer ## Request fields (application/json): - `clientId` (string, required) (Required) Unique identifier assigned to the client application - `clientSecret` (string, required) (Required) Secret key associated with the clientId for authentication. ## Response 200 fields (application/json): - `clientId` (string) - `clientSecret` (string)