Skip to main content
GET
/
subscriptions
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "id": "<string>",
      "target_url": "<string>",
      "consecutive_failures": 123,
      "last_delivered_at": "2023-11-07T05:31:56Z",
      "last_failed_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.dialbird.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authorization Code flow against Dialbird's OIDC provider. The issued access token is a JWT with aud: "public-api", verified against the issuer JWKS.

Response

The caller's subscriptions.

data
object[]