API reference
Authentication API
This is the first request required before using any other API. Send your account number, account password, and App ID to this endpoint and retrieve your token. The pass query parameter is the account password, not a previously issued token.
For all other API requests, send the returned token and your App ID in headers named exactly token and appid (lowercase).
Legacy API: This is archived v1 documentation for existing integrations. New integrations should use the current API documentation.