Retrieve environment information

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

Retrieve the ID and display name of your project's environment. Using this endpoint, you can also validate your Management API key.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"id":"8d20758c-d74c-4f59-ae04-ee928c0816b7","name":"Sample project","environment":"Production","is_production":false}