Parameters
name type required description
key string yes The OAUTH application key used to access Integrify
Example
Resource/access/request-token?key=mysecretkeyTry It!
Response
{
  token: "d995f821f18149779af827141576cf3b",
  auth_url: "http://auth.integrify.com/auth/default.aspx?token="
}