{ "token": { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "name": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "creatorId": "<string>" }, "tokenString": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Access token created successfully
The response is of type object.
object
Was this page helpful?