Skip to main content
POST
/
events
/
subscribe
Subscribes a service to receive events
curl --request POST \
  --url https://commerce1.on-hellgate.dev/events/subscribe \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "hmac": "<string>",
  "url": "<string>"
}
'

Authorizations

X-API-Key
string
header
required

Body

application/json

Body

hmac
string
required
url
string
required

Response

No content