Skip to main content

Receive Organization Codes

POST /organizations/code/email
devhttps://api.sandbox.ovok.com

Receive organization codes to your email

Request body

Content-Type: application/json

  • email: string (required)

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.

200EmailRequestBodyDto (application/json)

  • email: string (required)

Example

{
"email": "max.mustermann@example.com"
}