Headers
Your API Key (UUID format). Required to identify and authorize each request
Secret associated with your API Key. Used for authenticating requests. Keep this secure.
Body
Number of records to return per page. Accepted values are 10, 20, 50, or 100.
10
, 20
, 50
, 100
Page number to retrieve, starting from 1. For example, page_no=1 returns the first page of results.
x >= 1
1
Response
Successful Response
Indicates whether the request was processed successfully.
true
HTTP status code representing the result of the request.
Short, human-readable message describing the outcome of the request.
List of result items returned for the current page.
Total number of matching records in the database, useful for paginating the full dataset.
Unix timestamp (in seconds) indicating when this response was generated.