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>"
}
]
}List all API 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>"
}
]
}Was this page helpful?