Authentication

All API endpoints require authentication. Users must be subscribed to access the API.

Verify API token

All API requests must have the Authorization header set with a valid Bearer token, which can be created from the PacketEngine website: https://packetengine.co.uk/user/api-tokens

Verify an API token is valid

POST https://api.packetengine.co.uk/v1/verify

Headers

{
    "name"="Wilson",
    "owner": {
        "id": "sha7891bikojbkreuy",
        "name": "Samuel Passet",
    "species": "Dog",}
    "breed": "Golden Retriever",
}

Last updated