cURL
curl --request POST \ --url https://alphainsider.com/api/verifyToken \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
{ "success": true, "response": { "token_id": "okUfjYeZfp2sG4-SGuGjP", "user_id": "user_1", "holder": "user_1", "type": "api", "name": "test", "scope": [ "getUserInfo" ] } }
Verify that an API token is valid.
API token to verify.
Request was successful.