Skip to main content
GET
/
base
/
access_token
Access Token
curl --request GET \
  --url https://api.coinfer.ai/base/access_token \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {
    "access_token": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

account_type
enum<string>
default:""

account type

Available options:
google,
microsoft,
github

Response

OK

status
string
required
Allowed value: "ok"
data
Code2TokenRsp · object
required