API Tokens
PUT /v1/api-token/{token_id}
Description
Update an existing API token
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Path Parameters
Param | Type | Required | Description |
| uuid | no | Friendly name for the token, used only for display in frontend |
Body Parameters
Param | Type | Required | Description |
| uuid | no | Friendly name for the token, used only for display in frontend |
| bool | no | Set to true to expire the token. Cannot be set to false once it is set to true |
Example Response
POST /v1/api-token
Description
Create a new API token for the team of the current logged in user
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Friendly name for the token, used only for display in frontend |
Example Response
GET /v1/api-token
Description
Lists all API tokens for the team of the current logged in user
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response:
Last updated