GET
/
apikeys
curl --request GET \
  --url https:/api.schedo.dev/api/apikeys \
  --header 'X-API-ENVIRONMENT: <x-api-environment>'
[
  [
    {
      "created_at": "<string>",
      "edges": {},
      "environment_id": 123,
      "id": 123,
      "internal": true,
      "key": "<string>",
      "name": "<string>",
      "organization_id": 123,
      "revoked": true
    }
  ]
]

Headers

X-API-ENVIRONMENT
integer
required

1

Response

200 - application/json
OK

The response is of type array.