API Reference
OAuth app (BYOA) status for a catalog connector
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 bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Success response body
200Status
Status
Content typeapplication/json
responseobject6 properties
needs_byoabooleanrequiredconfiguredbooleanrequiredoauth_app_modestring | nullclient_idstringformatstring | nullinstalled_integration_idstringError responses
400Unsupported connector type
Unsupported connector type
No response content schema is documented.
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}