Start typing to search.

API Reference

Set customer OAuth app credentials (BYOA)

View Markdown
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 bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Path parameters

idintegerrequired

Resource ID

Request body

This request body is required.

Content typeapplication/json

requestobject
2 properties
client_idstringrequired
client_secretstring

Success 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

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