cURL
curl --request GET \ --url https://api.example.com/validate_token
{ "message": "<string>" }
Check if a Bearer token is valid and has not expired
Authorization: Bearer <access_token>
url_id
url_code
curl -X GET https://api.example.com/validate_token \ -H "Authorization: Bearer <access_token>"
/refresh_token