Skip to main content

Full authentication is required to access this resource

Comments

1 comment

  • Official comment
    Matt Welch

    Hi Kerry,

    Without seeing an actual request/response, it's likely that what's happening is your authentication token is expiring. When you rerun the service, your code likely gets a new auth token, replacing the expired one.

    Your integration is responsible for refresh auth tokens upon expiry, as detailed in the docs here.

    Matt

Please sign in to leave a comment.