MiraDigitalZen Publisher logo
MiraDigitalZen Publisher
Public Pinterest OAuth and organic Pin workflow operated under OfficeTool.

Pinterest authorization callback

This is the registered HTTPS redirect URI for MiraDigitalZen Publisher Pinterest OAuth. After authorization, Pinterest redirects the authorized user back to this route with an authorization code and state value.

Registered URI

https://officetool.org/pinterest/callback/

Expected response

The protected workflow validates state, exchanges code server-side, stores tokens privately, and then calls Pinterest API with OAuth bearer tokens.

Callback handling boundary

If Pinterest redirects here after authorization, the public page confirms the registered route. Authorization code handling, state validation, token exchange, and diagnostic logging happen only in the protected server-side workflow; secrets and tokens are not displayed in the browser.