Zapier Api Documentation
< 1 min read
API Documentation #
Overview : #
Our API allows you to retrieve information from our database based on a provided api_key. When the api_key matches our system, Zapier can poll our API to get information for the users associated with that api_key.
Endpoint : #
URL: https://calendar.miyn.app/zapier.php
Authentication : #
To authenticate, include the api_key as a query parameter in your GET request.
Example Request : #
GET https://calendar.miyn.app/zapier.php?api_key=your_api_key
Example Response : #
[
{
“id”: 1,
“static”: {
“id”: 1,
“title”: “Sample Title”,
“date”: “2024-12-10T23:00:00+00:00”,
“contact_name”: “David”,
“schedule_date”: “2024-12-11”,
“schedule_time”: “05:00 AM”,
“service”: “Discuss about file divorce”,
“status”: “Active”,
“client_first_name”: “John”,
“client_last_name”: “Doe”,
“client_email”: “[email protected]”,
“client_phone”: “12345678990”,
“client_note”: “Sample Note”,
“staff_name”: “Sample Staff”,
“staff_profession”: “Sample Admin”,
“staff_country”: “Sample Country”,
“staff_gmt”: “+10”
},
“live”: {
“id”: 1,
“title”: “Sample Title”,
“date”: “2024-12-10T23:00:00+00:00”,
“contact_name”: “David”,
“schedule_date”: “2024-12-11”,
“schedule_time”: “05:00 AM”,
“service”: “Discuss about file divorce”,
“status”: “Active”,
“client_first_name”: “John”,
“client_last_name”: “Doe”,
“client_email”: “[email protected]”,
“client_phone”: “12345678990”,
“client_note”: “Sample Note”,
“staff_name”: “Sample Staff”,
“staff_profession”: “Sample Admin”,
“staff_country”: “Sample Country”,
“staff_gmt”: “+10”
}
}
]
Powered by BetterDocs