Get project tenant code
GET
/v1/projects/me/tenant-codedev
https://api.sandbox.ovok.comShort tenant code on file for the caller’s current project, or null when one has not been assigned yet.
Responses
| Code | Description |
|---|---|
200 | Success. |
400 | The request could not be operated by the server. |
401 | The resource owner or authorization server denied the request. |
404 | The requested resource could not be found. |
422 | The request could not be validated by the server. |
500 | The server encountered an unexpected condition. Please try again later. |
200 → TenantCodeResponseDto (application/json)
Tenant code lookup for the caller’s current project. Tenant codes are short, project-scoped identifiers used in URLs.
tenantCode:string(required) — Short tenant code on file, or null when not assigned yet.projectId:string(required)
Example
{
"tenantCode": "acme",
"projectId": "7cb8a325-…"
}