Operator-reviewed Pin preparation
The operator selects a prepared MiraDigitalZen image or video-preview asset, reviews the title, description, destination URL, and board choice, then approves the item for API execution.
This page is the Pinterest-specific app review surface. It explains the intended OAuth authorization flow, minimum requested scopes, review-safe sandbox behavior, and the human approval boundary before any public Pin is created.
boards:read, boards:write, pins:read, pins:writeThe operator selects a prepared MiraDigitalZen image or video-preview asset, reviews the title, description, destination URL, and board choice, then approves the item for API execution.
The app sends the authorized Pinterest user through Pinterest OAuth. It never asks for Pinterest passwords and never uses browser cookies as API credentials.
After Trial access and proper scopes are approved, the app can list boards, create sandbox/trial Pins, and later create public organic Pins only if Standard access permits it.
No automatic bulk posting is claimed. The operator must approve the creative, board, link, and description before any API write is attempted.
Show the public app page, matching icon, privacy policy, terms, and callback route on officetool.org.
Show OAuth redirect to Pinterest, requested scopes, and the authorized user consent screen.
Show the registered callback receiving an authorization code and validating state before any token exchange.
Show a live API or Postman/terminal call using OAuth, such as listing boards or creating a Trial/sandbox Pin.
Show that Trial-created Pins and boards are creator-visible sandbox entities until Pinterest grants Standard access.
user_accounts:read to confirm the connected Pinterest account.boards:read to list eligible boards before a Pin is created.boards:write only if the workflow needs to create a board or section.pins:read to verify created Pin status and returned IDs.pins:write to create approved organic Pins after review access is granted.Pinterest-specific data and OAuth handling boundary.
Open Pinterest privacy policyService boundaries, user responsibilities, no guaranteed access or reach.
Open Pinterest termsRegistered route for Pinterest authorization-code returns.
Open Pinterest callback