List projects under a subscription
GET https://manage.kontent.ai/v2/subscriptions/:subscription_id/projects
Retrieve a dynamically paginated list of projects under the specified subscription.
This endpoint requires Enterprise or Flex plan and the Subscription API key.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
x-continuation | string | Determines the page of results to retrieve. |
To get the next page of results, check the pagination object in the API response and set the x-continuation header parameter to the value of the continuation_token property. |
| Accept | string | | |
RESPONSES
status: OK
{"projects":[{"id":"a7d24131-b0c5-4dda-ad78-c0b409951493","name":"Sample project","is_active":false,"environments":[{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"name":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"name":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}]},{"id":"a7d24131-b0c5-4dda-ad78-c0b409951493","name":"Sample project","is_active":true,"environments":[{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"name":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"name":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}]}],"pagination":{"continuation_token":"W3sidG9rZW4iOiIrUklEOn...","next_page":"https://manage.kontent.ai/v2/your/chosen/list/endpoint"}}