OAuth token endpoint
Request Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://api.biterp.ai/oauth/token" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d ''{
"access_token": "string",
"token_type": "Bearer",
"expires_in": 0,
"refresh_token": "string",
"scope": "string"
}
