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.