I am trying to figure out how to implement the ISBNdb API on my adalo app. I’m not sure exactly how to do it from start to finish?? This app is allowing readers to look up books based on title and author name, and cover and ISBN. Please help!
I don’t have an account on ISBNdb to fully set it up, but please see this screen recording of how we might go about it. YOUR_REST_KEY is the rest key they give you in your account
use this endpoint for the list, the one i used in example was for single book
Unfortunuetly I am getting this error with adalo after clicking “run test”
An error occurred when calling Get All
Request failed with status code 403
{
“message”: “Authorization header requires ‘Credential’ parameter. Authorization header requires ‘Signature’ parameter. Authorization header requires ‘SignedHeaders’ parameter. Authorization header requires existence of either a ‘X-Amz-Date’ or a ‘Date’ header. (Hashed with SHA-256 and encoded with Base64) Authorization=(hidden)”
}
I removed your token from your post there, you want to keep that secure. Please DM me your rest key, so i can see if i can figure it on my side.
I am still waiting your reply
Sent you a video via dm of setting up api call working
Sent another reply thank you!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.