API Reference

Retrieve Information from Token



Authentication: required

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"
}
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!