Retrieve Information from Token

Retrieve Information from Token



Authentication: required

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This API allows to create the Auth Token that needs to be attached to the Headers of Alter-Mal APIs.

curl -X 'GET' \
'https://x8ki-letl-twmt.n7.xano.io/api:phZLPvsb/Token/me/API_Key' \
-H 'Content-Type: application/json' \
-H 'Authorization: eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2Q0JDLUhTNTEyIiwiemlwIjoiREVGIn0.f2SftqKn2_dKzbgXTjgK6WSmriG-iaRi2kCTHr48WSMOXQqNsoQPYSNaCLc3kFelYUdYynNwY0mt6jj4GvBRvURUIDq404zR.DQNdcreU0BM0fbvvFbQrnw.EywTLsmYrKlRJPhoYl1r5obls_b7PxlPmUcEp299HIKsbxIQmsKj5h2bNRW_ETI0-f7FS_btCkSoXm9HuYllp8FsBuiLnU_ba8luP-f-esx_iwXY3hvbLfjcdlNvYTcB2QumZnSsvvCbV3_9Tyszz3EGqynp0pG9j3RPb6Zh7hI.u41W8mqsUhSXi80IXR9FNlu7KMG8bYcaIXaNoqTb5-oz'

Success Payload example

Below is an example of the output of this API endpoint

{
    "CounterpartyID": "P-1",
    "id": 2,
    "user_email": "[email protected]",
    "UserType": "Admin"
}
Responses

400

Input Error. Check the request payload for issues.

401

Unauthorized

403

Access denied. Additional privileges are needed access the requested resource.

404

Not Found. The requested resource does not exist.

429

Rate Limited. Too many requests.

500

Unexpected error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json