Get the details for one specific sender

Method and endpoint:

GET https://peppol-senders.nl/api/senders/<sender_id>/

Headers:

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

Success example

Post data:

No post data

Response code: 200

Response data:

{
    "api_url": "https://peppol-senders.nl/api/senders/5026/",
    "created_on": "2018-11-28T22:59:44.987106Z",
    "email": null,
    "email_verified": false,
    "id": 5026,
    "iso6523_identifier": "00000002",
    "iso6523_scheme": 9954,
    "iso6523_verified": true,
    "name": "Example Company 2",
    "updated_on": "2018-11-28T22:59:44.987127Z",
    "website": null
}

Failure example

Post data:

No post data

Response code: 400

Response data:

{
    "detail": "Not found."
}