Type | Description |
---|---|
API Keys | The API keys as headers in the request. The most common version is ‘bearer tokens’. |
Basic Auth | HTTP Basic Auth, where you provide a username and password. |
None | For endpoints that don’t require any authentication. |
Header name
and Value
(x-stedi-noauth
and dummy
). Since the receiving API isn’t authenticating the call, it will ignore these values and accept the request.
POST
, PUT
, GET
, PATCH
, DELETE
).
You can only attach one credential set to each webhook. However, you might have multiple webhooks for a single system integration, each with a different endpoint.
005010
850 Purchase Orders from two different retailers, and those retailers have different guides. Since the transaction payloads will differ, you may want to send them to different API endpoints within your system.