1. Client Credentials Token
POST {{host}}/oauth/token
Get a client credentials token to subscribe for the webhook
Request Body
[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |