POST
/
integrations
/
{id}
/
run
curl --request POST \
  --url https://api.matia.io/v1/integrations/{id}/run \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "message": "<string>",
  "data": {
    "id": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

ID of the integration to run

Response

200
application/json
Integration ran successfully
code
string
message
string
data
object