Developer identity
Identify your workspace
Check the workspace and scopes associated with a developer access key.
GET
Requires a valid developer access key. No additional resource scope is needed.
The workspace comes from the key; this endpoint does not switch workspaces.
See Authentication for key creation and errors.
object | null
The workspace’s
id, name, and slug, or null if it cannot be found.string[]
Scopes granted to the key.
string
The key identifier, not its secret token.