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.
curl -X GET "https://loading/v1/me"{
"workspaceId": "ws_abc123",
"tokenId": "tok_abc123",
"scopes": [
"deploy"
],
"projectId": null
}Empty