API Reference
Set customer OAuth app credentials (BYOA)
PUT
/api/connectors/{id}/oauth-app
Upserts the Saffron installed integration in byoa mode with the given client id/secret. Only valid when catalog client.id is dummy.
Operation IDputConnectorOAuthApp
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Request body
This request body is required.
Content typeapplication/json
requestobject2 properties
client_idstringrequiredclient_secretstringSuccess response body
200Updated status (same shape as GET)
Updated status (same shape as GET)
No response content schema is documented.
Error responses
400Validation or Saffron error
Validation or Saffron error
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"
}