List collections

GET https://manage.kontent.ai/v2/projects/:environment_id/collections

Retrieve an array of all collections.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"collections":[{"name":"Default","codename":"default"},{"external_id":"second_external_id","name":"Second collection","codename":"second_collection"}],"last_modified":"2021-03-04T08:16:24.3620957Z"}