latestOpenAPI 3.0.02026-08-133383136.3 KB

fc4f4dd68f9b

Authentication

Generate Token

post/v1/auth/generate-token

Headers

accept-languagestring

Language of the response, supported languages: en-us, in

Request body

client_idstring required

Provide Client ID shared with you

client_secretstring required

Provide Client Secret shared with you

Example request

{
  "client_id": "2Hancbwhybyfy2nusfbuwbuwb",
  "client_secret": "y6tydyy-swfnv34-fnjjnve_eknk"
}

Response

Token Generated Successfully

statusCodenumber required

The HTTP status code of the error

messagestring required

Human-readable message containing all available details about the operation

successboolean required

A boolean indicating whether this was a success response or an error response