Skip to main content
GET
/
me
Error
A valid request URL is required to generate request examples
{
  "business": {
    "id": "<string>",
    "name": "<string>"
  },
  "user": {
    "id": "<string>"
  },
  "client_id": "zapier",
  "scopes": [
    "<string>"
  ]
}

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 authenticated principal.

business
object
required
user
object
required
client_id
string
required
Example:

"zapier"

scopes
string[]
required