6.1 Get an access token integration app
POST {{protocol}}://{{host}}/oauth/token
Request Body
{"grant_type"=>"client_credentials", "client_id"=>"{{client_integration_id}}", "client_secret"=>"{{client_integration_secret}}"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |