Contact
Get Contact Requests in a Period of Time
This API allows you to fetch a complete list of contacts linked to your app-id. You can filter the results based on multiple query params. This API is paginated. The default is 20 records per page.
GET
Get Contact Requests in a Period of Time
Authorizations
A unique identifier assigned to each application.
A secure token associated with the app-id.
Query Parameters
Start date to query contact requests from, format 'DD/MM/YY' or 'YYYY-MM-DDThh:mm:ss'. This datetime would be in UTC timezone
End date to query contact requests, format 'DD/MM/YY' or 'YYYY-MM-DDThh:mm:ss'. The datetime would be in UTC timezone
Page number to query. Currently we support 20 records per page.
Default 20 records per page.
Get Contact Requests in a Period of Time