Skip to main content
PATCH
Toggle provider enabled/disabled status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required
provider
string
required

Body

application/json
isEnabled
boolean
required

New enabled state for the provider; false disables it without removing the stored API key.

Response

Provider status toggled

Generic success envelope used for delete / update endpoints that do not return a resource.

success
enum<boolean>
required
Available options:
true
message
string