Chimely
Api

List environments

GET
/admin/api/environments

Authorization

AdminSession
chimely_admin<token>

Server-side admin session cookie, set by POST /admin/api/login.

In: cookie

Response Body

application/json

application/json

curl -X GET "https://example.com/admin/api/environments"
[
  {
    "created_at": "string",
    "id": "string",
    "name": "string",
    "require_subscriber_hash": true,
    "slug": "string"
  }
]
Empty
{
  "error": {
    "code": "invalid_request",
    "message": "string"
  }
}