Skip to content

Create an inbound endpoint

POST
/v1/endpoints

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. A call needing more scope than the key holds returns 403 insufficient_scope.

Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"slug": "shopify-store",
  
"path": "/orders",
  
"preset": "shopify",
  
"destinations": [
  
  
"string"
  
]
}

Responses

Created.

application/json
JSON
{
  
"id": "ep_01JX9",
  
"url": "https://in.emithook.com/shopify-store/orders",
  
"verification": "hmac-sha256",
  
"status": "active"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Apache-2.0 licensed · a Finnoto product