Start typing to search.

API Reference

OAuth app (BYOA) status for a catalog connector

View Markdown
GET /api/connectors/{id}/oauth-app

Returns whether the catalog integration needs a customer OAuth app (client.id === "dummy") and whether one is already configured on Saffron. Never returns the client secret.

Operation IDgetConnectorOAuthApp

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Path parameters

idintegerrequired

Resource ID

Success response body

200Status

Status

Content typeapplication/json

responseobject
6 properties
needs_byoabooleanrequired
configuredbooleanrequired
oauth_app_modestring | null
client_idstring
formatstring | null
installed_integration_idstring

Error responses

400Unsupported connector type

Unsupported connector type

No response content schema is documented.

404Resource not found

Resource not found

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example response
{
  "error": "NOT_FOUND",
  "message": "Resource not found"
}