Skip to main content
GET
/
workspaceManagement
/
tokens
/
list
List tokens
curl --request GET \
  --url https://api.getcargo.io/v1/workspaceManagement/tokens/list \
  --header 'Authorization: Bearer <token>'
{
  "tokens": [
    {
      "uuid": "<string>",
      "token": "<string>",
      "workspaceUuid": "<string>",
      "userUuid": "<string>",
      "createdAt": "<string>",
      "deletedAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

Response body schema.

tokens
object[]
required