Skip to main content
POST
/
integrations
/
{integration_id}
/
status
Update integration status
curl --request POST \
  --url https://api.qonversion.io/v4/integrations/{integration_id}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "object": "integration",
  "url": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.

Path Parameters

integration_id
string
required
Maximum string length: 256
Pattern: ^[a-zA-Z0-9._-]+$

Body

application/json

The body is of type object.

Response

Integration status updated.

object
string
Example:

"integration"

url
string
data
object