For your convenience, Revelation Pets does have an API. Requests are performed with HTTP over TLS (HTTPS) and return a JSON object as a result. All endpoints are read-only.
This functionality is offered by Revelation Pets but you will need technical experience to use it.
Our support and development teams are not able to provide guidance for implementing the following instructions.
You can access the API key for your app on the Account Settings » Integrations page at the bottom. Please note, API keys are only visible to subscribers.
HTTP GET or POST https://eu.revelationpets.com/api/{{apiKey}}/bookings
Function: Retrieve a list of bookings within a given date range, or find by customer(max 1000 bookings)
optional parameters
1. from_date: '19/06/2019' (in your selected date format)
2. to_date: '19/06/2019' (in your selected date format)
3. customer: customer name or email
Function: Retrieve a list of bookings within a given date range, or find by customer(max 1000 bookings)
optional parameters
1. from_date: '19/06/2019' (in your selected date format)
2. to_date: '19/06/2019' (in your selected date format)
3. customer: customer name or email
HTTP GET or POST https://eu.revelationpets.com/api/{{apiKey}}/booking
Function: Retrieve a specific booking
retrieve booking lines
required parameters
1. id: the booking id
HTTP GET or POST https://eu.revelationpets.com/api/{{apiKey}}/payments
Function: Retrieve a list of payments (max 1000 records)
optional parameters
Function: Retrieve a list of payments (max 1000 records)
optional parameters
1. from_date: '19/06/2019' (in your selected date format)
2. to_date: '19/06/2019' (in your selected date format)
HTTP GET or POST https://eu.revelationpets.com/api/{{apiKey}}/customers
Function: Retrieve a list of customers by last updated time or keywords (max 1000 customers)
optional parameters
1. from_date: '19/06/2019' (in your selected date format)
2. to_date: '19/06/2019' (in your selected date format)
3. keywords: customer name or email or phone number
Function: Retrieve a list of customers by last updated time or keywords (max 1000 customers)
optional parameters
1. from_date: '19/06/2019' (in your selected date format)
2. to_date: '19/06/2019' (in your selected date format)
3. keywords: customer name or email or phone number
Comments
0 comments
Please sign in to leave a comment.