Skip to main content
POST
Validate Integration
Validate the stored credentials for an integration by making a test API call to the provider. This updates the integration’s status to active if credentials are valid, or invalid if they fail validation.

Headers

string
required
Your API key for authentication.
string
required
The organization ID.
string
required
Must be application/json.

Path Parameters

string
required
The unique identifier of the integration (format: intg_[a-f0-9]{12}).

Permissions

  • integrations:read (all roles)

Response

boolean
Indicates if the request was successful.
string
Human-readable message indicating validation result.
object
The integration object with updated status.