OAuth
POST {{token-endpoint}}/oauth2/token
This request obtains an access token to be used with all the other requests in this collection. It sets the collection variable access_token and depends on these collection variables: - tokenendpoint - tenantid - tenantsvcaccuid - tenantsvcaccpwd - appconfclientid - appconfclientsecret
Request Body
[{"name"=>"grant_type", "value"=>"password", "datatype"=>"string"}, {"name"=>"username", "value"=>"{{tenant_svcacc_uid}}", "datatype"=>"string"}, {"name"=>"password", "value"=>"{{tenant_svcacc_pwd}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |