Create board
Create a board owned by the "operation user_account". Optional: Business Access: Specify an ad_account_id to use the owner of that ad_account as the "operation user_account".
- By default, the "operation user_account" is the token user_account.
Query parameters
Unique identifier of an ad account.
Request body
Example request
{
"description": "My favorite summer recipes",
"is_ads_only": true,
"name": "Summer recipes"
}Response
The request has succeeded.
Example response
{
"collaborator_count": 17,
"description": "My favorite summer recipes",
"follower_count": 13,
"id": "549755885175",
"is_ads_only": true,
"media": {
"image_cover_url": "https://i.pinimg.com/400x300/fd/cd/d5/fdcdd5a6d8a80824add0d054125cd957.jpg",
"pin_thumbnail_urls": [
"https://i.pinimg.com/150x150/b4/57/10/b45710f1ede96af55230f4b43935c4af.jpg",
"https://i.pinimg.com/150x150/dd/ff/46/ddff4616e39c1935cd05738794fa860e.jpg",
"https://i.pinimg.com/150x150/84/ac/59/84ac59b670ccb5b903dace480a98930c.jpg",
"https://i.pinimg.com/150x150/4c/54/6f/4c546f521be85e30838fb742bfff6936.jpg"
]
},
"name": "Summer recipes",
"pin_count": 5
}Changes
Changed in 5 of the 29 revisions of this API.81021
- ▲
added
BoardPrivacyto theprivacyrequest propertyallOflistrequest-property-all-of-added
- ▲
removed the enum value
PROTECTEDof the request propertyprivacyrequest-property-enum-value-removed
- ▲
removed the enum value
PUBLICof the request propertyprivacyrequest-property-enum-value-removed
- ▲
removed the enum value
SECRETof the request propertyprivacyrequest-property-enum-value-removed
- ▲
the
privacyrequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
privacyresponse's property type/format changed fromstring/to/for status201response-property-type-changed
- ▲
removed the required property
namefrom the response with the201statusresponse-required-property-removed
- ●
removed the optional property
board_pins_modified_atfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
collaborator_countfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
created_atfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
descriptionfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
follower_countfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
idfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
is_ads_onlyfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
mediafrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
ownerfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
pin_countfrom the response with the201statusresponse-optional-property-removed
- ○
added
BoardBaseto the response bodyallOflist for the response status201response-body-all-of-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added
BoardPrivacyto theprivacyresponse propertyallOflist for the response status201response-property-all-of-added
- ○
removed the
PROTECTEDenum value from theprivacyresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PUBLICenum value from theprivacyresponse property for the response status201response-property-enum-value-removed
- ○
removed the
SECRETenum value from theprivacyresponse property for the response status201response-property-enum-value-removed
- ○
added the success response with the status
200response-success-status-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional request property
is_ads_onlynew-optional-request-property
- ○
added the optional property
is_ads_onlyto the response with the201statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
client_credentialswas added to the APIapi-security-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parameterad_account_idnew-optional-request-parameter
- ○
added the optional property
board_pins_modified_atto the response with the201statusresponse-optional-property-added
- ○
added the optional property
collaborator_countto the response with the201statusresponse-optional-property-added
- ○
added the optional property
created_atto the response with the201statusresponse-optional-property-added
- ○
added the optional property
follower_countto the response with the201statusresponse-optional-property-added
- ○
added the optional property
mediato the response with the201statusresponse-optional-property-added
- ○
added the optional property
pin_countto the response with the201statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
ownerresponse's property type/format changed from/toobject/for status201response-property-type-changed
- ○
added the non-success response with the status
400response-non-success-status-added
- ▲