Core resources
Administration
Booking flow
Reply-to email addresses
id
uuid
Unique identifier
organization_id
uuid
Identifier of the organization this reply-to address is defined in
email
text
The email address to send the reply to
name
text
The display name of email address to send the reply to
{"id": "00000000-0000-0000-0000-000000000000","organization_id": "00000000-0000-0000-0000-000000000000","email": "","name": ""}
id
Filter<>
Unique identifier
organization_id
Filter<>
Identifier of the organization this reply-to address is defined in
email
Filter<>
The email address to send the reply to
name
Filter<>
The display name of email address to send the reply to
200
A list of reply to addresses with the selected columns
206
Partial Content
GET
/reply_to_addresses
curl -X GET "https://api.bookingmood.com/v1/reply_to_addresses?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"
Partial<ReplyToAddresse>
| Array<Partial<ReplyToAddresse>>
201
The newly created reply to addresses with the selected columns
POST
/reply_to_addresses
curl -X POST "https://api.bookingmood.com/v1/reply_to_addresses" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '[]'
id
Filter<>
Unique identifier
organization_id
Filter<>
Identifier of the organization this reply-to address is defined in
email
Filter<>
The email address to send the reply to
name
Filter<>
The display name of email address to send the reply to
204
The deleted reply to addresses with the selected columns
DELETE
/reply_to_addresses
curl -X DELETE "https://api.bookingmood.com/v1/reply_to_addresses" \ -H "Authorization: Bearer YOUR_API_KEY"
id
Filter<>
Unique identifier
organization_id
Filter<>
Identifier of the organization this reply-to address is defined in
email
Filter<>
The email address to send the reply to
name
Filter<>
The display name of email address to send the reply to
Partial<ReplyToAddresse>
204
The updated reply to addresses with the selected columns
PATCH
/reply_to_addresses
curl -X PATCH "https://api.bookingmood.com/v1/reply_to_addresses" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{}'