OAuth: Token


This API allows you to check the validity of an Access Token.

Note: This is a Bearer Authorized call.

Check Access Token

GET https://app.sign2pay.com/oauth/token?client_id=c509fd593742b6b08adf4f0b41a4801c&scope;=preapproval
Parameter Required Type Description
client_id yes String The client id issued to your Sign2Pay Client Application.
scope yes String The permission scope you are requesting

Request Headers & Body

Accept: */*
Accept-Encoding: gzip, deflate
Authorization: Bearer 675bb9b23f731659c438c45ab1b26b8c39ba9154652b2877668e31e762f8b26c
Accept-Language: en-us

Response Body

{
  "status": "ok"
}

Stuck on Something?

Be sure to check our FAQs, Support, or Contact Us directly.