Skip to main content
POST
/
v1
/
oauth2
/
token
Create Access Token
curl --request POST \
  --url https://develop.qa.credible.com/api/partners/v1/oauth2/token \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data scope=https://partner-api.credible.com/personal-ping-post-leads

Authorizations

Authorization
string
header
required

Use client_id as username and client_secret as password

Body

application/x-www-form-urlencoded

Create Access Token

scope
enum<string>
required

A combination of scopes which the partner is requesting access

Available options:
https://partner-api.credible.com/rates,
https://partner-api.credible.com/personal-ping-post-leads,
https://partner-api.credible.com/personal-leads,
https://partner-api.credible.com/student-loan-refinance-leads
Example:

"https://partner-api.credible.com/personal-ping-post-leads"

grantType
enum<string>

Grant type.

Available options:
client_credentials
grant_type
enum<string>

Grant type.

Available options:
client_credentials
Example:

"client_credentials"

Response

201

Create Access Token