Skip to main content
POST
/
v1
/
service
/
{domain}
/
{service}
Call a service on an entity
curl --request POST \
  --url http://0.0.0.0:3000/v1/service/{domain}/{service} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "entity_id": "<string>",
  "data": {}
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

domain
string
required
service
string
required

Body

application/json
entity_id
string
required
data
object

Response

Successful response