Logo
OpenText Developer Cloud public resources API Documentation

get-access-token

POST {{apigee_host}}/tenants/{{tenant_id}}/oauth2/token

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'apigee_host/tenants/tenant_id/oauth2/token' -H 'Content-Type: application/json' -d '{"client_id":"client_id","client_secret":"client_secret","grant_type":"password","username":"username","password":"password"}'

ENDPOINTS