Error
A valid request URL is required to generate request examples{
"business": {
"id": "<string>",
"name": "<string>"
},
"user": {
"id": "<string>"
},
"client_id": "zapier",
"scopes": [
"<string>"
]
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}Identity
Authenticated business, user, and granted scopes
Returns the business and user the access token resolves to. Zapier and other OAuth clients use this as their “Test Authentication” URL — a 200 confirms the token is valid and scoped.
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>"
]
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}{
"error": {
"code": "validation_error",
"message": "<string>",
"request_id": "<string>",
"field": "<string>"
}
}Authorizations
Authorization Code flow against Dialbird's OIDC provider. The issued
access token is a JWT with aud: "public-api", verified against the
issuer JWKS.
Was this page helpful?
.png)