get__token
Code Samples
# You can also use wget
curl -X GET https://backend.flashback.tech/token \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
GET /token
List User Tokens
Get all refresh tokens for the authenticated user
Example responses
200 Response
{
"success": true,
"tokens": [
{}
]
}
Responses
Status
Meaning
Description
Schema
Response Schema
Status Code 200
Name
Type
Required
Restrictions
Description
» success
boolean
false
none
none
» tokens
[object]
false
none
none
To perform this operation, you must be authenticated by means of one of the following methods: BearerAuth
Last updated
Was this helpful?