api_key and api_secret to this endpointAuthorization: Bearer <access_token>{
"grant_type": "client_credentials",
"api_key": "df7ed8f5-78f1-45b8-8951-42e8a1ad8c4c",
"api_secret": "bcbab2ec-0c8b-4b98-b54a-30701de99e6f"
}curl --location 'https://platform-oauth.convirza.com/oauth/token/client-credentials' \
--header 'Content-Type: application/json' \
--data '{
"grant_type": "client_credentials",
"api_key": "df7ed8f5-78f1-45b8-8951-42e8a1ad8c4c",
"api_secret": "bcbab2ec-0c8b-4b98-b54a-30701de99e6f"
}'{
"code": 200,
"message": "Token generated successfully",
"data": {
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbklkIjoiYWJjZDEyMzQiLCJ1c2VySWQiOjEyMzQ1LCJvcmdVbml0SWQiOjY3ODkwLCJ0eXBlIjoiY2xpZW50X2NyZWRlbnRpYWxzIiwiaWF0IjoxNzA5NTU1NTU1LCJleHAiOjE3MTAxNjAzNTV9.xyz123",
"token_type": "Bearer",
"expires_in": 604800
},
"requestId": "4513d75e-3f05-468d-afff-f5a292f61b01",
"timestamp": "2026-07-09T10:55:45.857Z"
}