Skip to main content
POST
/
capabilities
/
integrations.list
integrations.list
curl --request POST \
  --url https://developer.api.receiptor.ai/v1/capabilities/integrations.list \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "category": "email",
  "status": "active"
}
'
{
  "success": true,
  "code": 200,
  "data": {
    "result": {}
  }
}

Authorizations

x-api-key
string
header
required

API key prefixed with sk_. Obtain from the Receiptor AI dashboard.

Body

application/json
category
enum<string>

Filter by integration category

Available options:
email,
accounting,
storage,
social
status
enum<string>

Filter by integration status

Available options:
active,
invalid,
native,
disconnected

Response

Successful response

success
boolean
Example:

true

code
integer
Example:

200

data
object