Get a token by its identifier.
cURL
curl --request GET \ --url https://{cluster_id}.on-hellgate.cloud/api/generic/tokens/{id} \ --header 'x-api-key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "expires_at": "<string>", "metadata": { "my_key_one": "my_value_one", "my_key_two": "my_value_two" } }
The ID of the token to read.
Success response
Metadata consisting of key-value entries.
{ "my_key_one": "my_value_one", "my_key_two": "my_value_two"}