This was my previous message just in case: Hey Benjamin,
Jetlag really does suck—good luck with your interview tomorrow! 😅 The video was super helpful, thanks for that!
So the issue turned out to be with the Authorization header—it should be formatted as API-Key {yourapikey}. I’ve added that into the table, but now I’m getting another issue. It failed again due to a 403 Forbidden error, and the error message indicates that the email is not verified:
"type": "permissions_error",
"detail": {
"message": "Email not verified",
"code": "email-not-verified"
Steps to resolve:
1. Verify the email:
• The API call to PandaDoc is being rejected because the email associated with your API key isn’t verified. You’ll need to verify the email address tied to your PandaDoc account.
2. Retry the request:
• Once the email is verified, try sending the API request again, and it should resolve the issue.
If the problem continues after verifying the email, feel free to reach out—I’m happy to assist further! 😊
Best of luck with everything!