Web API

The sender directory has a JSON web api for automated processing of supplier data.

Authorization token

Users with participant access can also use the web API. In order to do so, please go to the user settings page and generate an authorization token.

Requests headers

Requests should have the following headers:

Content-Type: application/json
Accept: application/json
Authorization: Token <your token>

Full API documentation

The base endpoints of the API are the following:

  • /api/search For searching the directory (this is the same as the public search)
  • /api/senders/ For managing sender information

Full Redoc documentation with request samples, response samples, and data descriptions can be found here

Additional examples

Additional examples can be found here