RelayAPI

List Pinterest boards after OAuth

GET
/v1/connect/pinterest/boards
AuthorizationBearer <token>

API key (rlay_live_* or rlay_test_*)

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/connect/pinterest/boards"
{  "boards": [    {      "id": "string",      "name": "string",      "description": "string",      "pin_count": 0    }  ]}

Found something wrong? Help us improve this page.

Submit an Issue
Requires a GitHub account.View repo