v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-07-21130282381.6 KB
API Subscriptions

Get subscription's API Keys

Get subscription's API Keys

Get the subscription API Keys.

get/environments/{envId}/apis/{apiId}/subscriptions/{subscriptionId}/api-keys

Response

Page of subscription API Keys

Example response

{
  "data": [
    {
      "id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
      "key": "my-api-key",
      "application": {
        "id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
        "name": "My App",
        "description": "I can use a hundred characters to describe this App.",
        "domain": "https://my-app.com",
        "type": "iOS",
        "primaryOwner": {
          "id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
          "displayName": "John Doe"
        },
        "apiKeyMode": "UNSPECIFIED"
      },
      "subscriptions": [
        {
          "id": "34f8c9e7-68fd-4922-b8c9-e778fc790777"
        }
      ],
      "expireAt": "2023-05-18 12:40:46.184000+00:00",
      "createdAt": "2023-01-18 12:40:46.184000+00:00",
      "updatedAt": "2023-01-18 12:40:46.184000+00:00",
      "revokedAt": "2023-01-18 12:40:46.184000+00:00"
    }
  ]
}