List all your senders

Lists all of the senders created by you.

Method and endpoint:

GET https://peppol-senders.nl/api/senders/

Headers:

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

Post Data:

No post data

Response code: 200

Response Data:

[
    {
        "api_url": "https://peppol-senders.nl/api/senders/5025/",
        "created_on": "2018-11-28T18:48:57.029642Z",
        "email": "finance@example.net",
        "email_verified": true,
        "id": 5025,
        "iso6523_identifier": "00000001",
        "iso6523_scheme": 106,
        "iso6523_verified": true,
        "name": "Example Company",
        "updated_on": "2018-11-28T18:48:57.029666Z",
        "website": "https://example.net"
    },
    {
        "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
    },
    {
        "api_url": "https://peppol-senders.nl/api/senders/5027/",
        "created_on": "2018-11-28T22:59:54.246824Z",
        "email": null,
        "email_verified": false,
        "id": 5027,
        "iso6523_identifier": "00000003",
        "iso6523_scheme": 9954,
        "iso6523_verified": true,
        "name": "Example Company 3",
        "updated_on": "2018-11-28T22:59:54.246848Z",
        "website": "https://example.net"
    }
]