API settings let you create and manage API tokens used to call Zippendo’s API (e.g. to create shipments, fetch orders, or integrate with your own systems).Documentation Index
Fetch the complete documentation index at: https://docs.zippendo.com/llms.txt
Use this file to discover all available pages before exploring further.
Where to find it
Go to Settings → API (or API Settings). You’ll see a list of existing tokens (if any) and an option to Add API Token (or similar).Creating an API token
Name the token
Give the token a name (e.g. “WMS integration”, “Back office”) so you can recognise it later. You may be able to set permissions or scopes if the app supports it.
Using the token
Use the token in the Authorization header of your HTTP requests, for example:Authorization: Bearer YOUR_TOKEN
Exact format and base URL are in the API documentation. Tokens are tied to your organization; they can only access data for that org.