cURL
curl --request GET \ --url https://app.saasfy.dev/api/tokens \ --header 'Authorization: Bearer <token>'
{ "tokens": [ { "created_at": "<string>", "expires": "<string>", "hashed": "<string>", "id": "<string>", "masked": "<string>", "name": "<string>", "user": "<string>" } ] }
Returns all tokens
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Token response
The response is of type object.
object