Errors

Podium API responses will return a variety of errors if anything goes wrong during your interaction with the API calls. Every error has a numerical code and will also return an error type and brief explanation when the error is triggered. You can find details on each error code in the documentation.



{
  "code": "unauthorized",
  "message": "ID token expired",
  "moreInfo": "https://developer.podium.com/docs/errors#unauthorized"
}