Get Workspace Info
GET/auth/portal/v1/me
Get Workspace Info
Request
Header Parameters
API Key
Responses
- 200
- 400
- 404
- 429
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
api_key
object
CreatedAt is the time the API key was created.
CreatedBy is the user who created the API key.
Description is the description of the API key.
ExpiresAt is the time the API key will expire.
ID is the unique identifier of the API key.
Name is the name of the API key.
Permissions is the permissions of the API key.
TenantID is workspace ID.
naming_settings
object[]
NamingSettings contains each entity, its singular and plural name
CreatedAt is the time the naming settings was created
EntityName is the entity name for the name provided (e.g. "feature")
ID is the unique identifier of the naming settings
Name is the singular name of the entity
PluralName is the plural name of the entity
CustomerType is the type of the workspace customer, Can be "B2B" or "B2C"
ID is the unique identifier of the user
Name is the name of the workspace
{
"api_key": {
"created_at": "string",
"created_by": "string",
"description": "string",
"expires_at": "string",
"id": "string",
"name": "string",
"permissions": [
"string"
],
"tenant_id": "string"
},
"naming_settings": [
{
"created_at": "string",
"entity_name": "string",
"id": "string",
"name": "string",
"plural_name": "string"
}
],
"workspace_customer_type": "string",
"workspace_id": "string",
"workspace_name": "string"
}
Bad Request
Not Found
Too Many Requests
Internal Server Error