Email get
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.
Status: OK (200)
{
"data": {
"email_address": "example@example.com"
},
"meta": {
"code": 200
}
}