When the user is redirected back to your application (after Request Token), Exchange the Request Token for an Access Token.
All REST Endpoints must be called with the application_key and token from the response above in the headers or in the querystring: ?key={application_key}&token={token}
name | type | required | description |
---|---|---|---|
key | string | yes | The OAUTH application key used to access Integrify |
token | string | yes | The Token obtained from /request-token |
{ token: "2b936d0aa78242649c84be271576cf9d" }