To authenticate to the Audible API, the request have to be signed with the adp_token and the device_private_key obtained after a device registration. Postman don't support this out-of-the-box.
To use Postman for requesting the API, this pre-request-script and the postman-util-lib is needed.
- Install the postman-util-lib
- Copy the content from the pre-request-script into the
Pre-request Scripts
Tab for the Collection or the single request - Create an Environment and define the variables
adp-token
andprivate-key
with the counterparts from the auth file