List Pinterest boards after OAuth
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_). Invite redemption also accepts a server-derived rlay_session_ bearer for a current user session.
In: header
Query Parameters
connect_token*string
Operation-scoped token returned by the OAuth callback
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/v1/connect/pinterest/boards?connect_token=string"{ "boards": [ { "description": "string", "id": "string", "name": "string", "pin_count": 0 } ]}Found something wrong? Help us improve this page.