Email


Scope

Email get

Email

Endpoint

GET https://yourdomain.com/bookyflow/api/email

Returns the email address of the owner of the account that created the oauth2 key/pair. Effectively, it's the property manager's email address.

Response Example

Status: OK (200)

{
  "data": {
    "email_address": "example@example.com"
  },
  "meta": {
    "code": 200
  }
}