Skip to main content

Get Organization Code

GET /organizations/code
devhttps://api.sandbox.ovok.com

Get organization code

Responses

CodeDescription
200Success.
400The request could not be operated by the server.
401The resource owner or authorization server denied the request.
404The requested resource could not be found.
422The request could not be validated by the server.
500The server encountered an unexpected condition. Please try again later.

200TenantCodeDto (application/json)

Tenant code

  • id: string
  • code: string (required)
  • projectId: string (required)

Example

{
"id": "aa2c96da-cf00-c451-ef46-5f6115a45a20",
"code": "FHXQ-123",
"project": "Project/f6f4da8d-93e8-8a08-220e-03b7810451d3"
}