Authentication
List all tokens
Get all active personal access tokens for the authenticated user.
Authorization
bearerAuth AuthorizationBearer <token>
Personal access token obtained via POST /v1/auth/token
In: header
Response Body
application/json
curl -X GET "https://api.soxway.io/v1/auth/tokens"{
"data": [
{
"id": 0,
"name": "string",
"token": "string",
"last_used_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z"
}
]
}