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!