Collections
Create a Collection
Create a new collection in Directus.
post/collections
Query parameters
metastring
What metadata to return in the response.
Request body
Example request
{
"collection": "my_collection",
"icon": "people"
}Response
Successful request
Example response
{
"data": {
"collection": "customers"
}
}