Skip to main content
POST
/
integrations
Create integration
curl --request POST \
  --url https://api.qonversion.io/v4/integrations \
  --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.

Headers

Idempotency-Key
string

Unique key to ensure idempotent creation. Same key returns original response.

Body

application/json

The body is of type object.

Response

Integration created.

object
string
Example:

"integration"

url
string
data
object