Skip to main content
POST
Create Pinterest board

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Connected account ID

Body

application/json

Board to create

description
string
Example:

"Weeknight dinners"

name
string
Example:

"Recipes"

privacy
enum<string>
Available options:
PUBLIC,
PROTECTED,
SECRET
Example:

"PUBLIC"

Response

Created

board_id
string
Example:

"8828"

id
string
Example:

"sapi_board_01HZ9X3Q4R5M6N7P8V2K0W1J"

name
string
Example:

"Recipes"

privacy
enum<string>
Available options:
PUBLIC,
PROTECTED,
SECRET
Example:

"PUBLIC"