Parameters
name type required description
key string yes The OAUTH application key used to access Integrify
token string yes The Token obtained from /request-token
Example
Resource/access/exchange-token?key=mysecretkey&token=d995f821f18149779af827141576cf3bTry It!
Response
{
 token: "2b936d0aa78242649c84be271576cf9d"
}
Code Samples