Skip to main content
POST
/
v1
/
integration
/
status
curl --request POST \
  --url https://business.papp.sa/api/v1/integration/status \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "active": true
}'
{
  "data": {
    "active": true
  },
  "status": true,
  "message": "Integration status updated",
  "appended_data": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.papp.sa/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Body

application/json
active
boolean
required

true when the merchant just toggled the integration ON in the external platform (Matajer's "ربط بوينتس" switch today), false on toggle OFF.

Example:

true

Response

Status accepted (idempotent — current state shown in data.active).

data
object
required
status
boolean
required
Example:

true

message
string
required
Example:

"Integration status updated"

appended_data
any[]
Example:
[]