Collections
The route is designed to be resource-oriented and follows standard HTTP verbs.
Retrieve all records belonging to a specific collection
Authorizations
x-collection-access-tokenstringRequired
Access token required for private collections (available on the specific collection's page)
Path parameters
collectionIdstring · uuidRequired
Unique identifier of the collection
Responses
200
Records retrieved successfully
application/json
401
Unauthorized
application/json
403
Insufficient credit or access denied
application/json
404
Collection not found
application/json
get
/collections/{collectionId}/recordsLast updated
Was this helpful?