GET
/
accounts
/
id
curl --request GET \
  --url https://pinapi.jackalprotocol.com/api/accounts/id \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Successful operation
id
string