Tokens

List active access and refresh tokens

POST
/api/tokens_list
AuthorizationBearer <token>

In: header

Response Body

Examples

curl -X POST "https://api.piktid.com/api/tokens_list"
{
  "data": [
    {
      "access_token": "string",
      "refresh_token": "string",
      "access_expiration": "2019-08-24T14:15:22Z",
      "refresh_expiration": "2019-08-24T14:15:22Z"
    }
  ]
}
Empty