EDI API is organized around REST. Our API has predictable resource-oriented URLs, accepts either multipart/form-data or JSON-encoded request bodies, returns either JSON-encoded or application/octet-stream responses, and uses standard HTTP response codes, authentication, and verbs.
When we make backward-incompatible changes to the API, we release new versions. The latest version is v2.
The base URL for the latest version is:
https://api.edination.com/v2
Authentication
The EDI API uses API keys to authenticate requests. You can view and manage your API keys in the developer portal. Sign-in information will be provided upon purchasing a subscription.
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Set your API Key as a header parameter
Ocp-Apim-Subscription-Key: {your-api-key}