Collections
List Collections
Returns a list of the collections available in the project.
get/collections
Query parameters
offsetinteger
How many items to skip when fetching data.
metastring
What metadata to return in the response.
Response
Successful request
Example response
{
"data": [
{
"collection": "customers"
}
]
}