Get API token
Returns the current user's API token.
GET
/api/users/me/tokenRequest
curl
curl -X GET https://platform.trickest.com/api/users/me/token \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200API token
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring