Get Environment
Returns a specific environment running currently for your Team.
get
Gets an Environment by Environment ID.
Path parameters
environmentIdstringRequired
Environment ID.
Responses
200
Success.
No content
401
Unauthorized.
500
Internal server error.
get
GET /v1/environments/{environmentId} HTTP/1.1
Host: api.nameless.io
Accept: */*
No content
curl --location --request GET 'https://api.nameless.io/v1/environments/{environmentId}' \
--header 'x-api-key: <YOUR API KEY>'
Last updated
Was this helpful?