Read a Token
You can read the details of a token by sending a GET request to the /token
endpoint with the token name in the path.
Read the details of a token.
GET
https://api.playfix.io/token/<token_name>
Path Parameters
Name
Type
Description
token_name
String
An automatically generated token name
. This will start with a prefix of "tokens/" followed by a ULID.
Example: tokens/01gfrf15n9hqw3v08sqearsgh9
Headers
Name
Type
Description
Authorization
String
Bearer <your_access_token>
Example cURL API Call
Example Python API Call
Response
Last updated