Deplo
API Reference

Return workspace context for the current API token

Used by the CLI after deplo login --token to validate the token and obtain the workspace context.

GET
/v1/me

Authorization

API Token

Response Body

application/json

curl -X GET "https://loading/v1/me"
{
  "workspaceId": "ws_abc123",
  "tokenId": "tok_abc123",
  "scopes": [
    "deploy"
  ],
  "projectId": null
}
Empty