The base URL to send all API requests is
https://betaapi.audiohook.com/v2/companies/:companyUUID. HTTPS is required for all API requests.The Audiohook API follows RESTful conventions when possible, with most operations performed via GET, POST, PATCH, and DELETE. Response bodies are encoded as JSON.Authorization
The API uses token-based authentication.
Users need to sign in at https://app.audiohook.com/login to get a valid JWT token, which is then passed to the API in the
Users need to sign in at https://app.audiohook.com/login to get a valid JWT token, which is then passed to the API in the
Authorization header.- Send a
POSTrequest to /get-token - Receive a JWT token valid for 1 hour
- Use it in
Authorizationheader
Authenticate
Request Example
Response Sample
POST /v2/authenticate returns user data and a valid token.
