Create board

POST {{baseUrl}}/boards?ad_account_id=15266090296

Create a board owned by the operation user_account. Optional: Business Access: Specify an adaccountid to use the owner of that adaccount as the "operation useraccount. - By default, theoperation useraccount" is the token useraccount.

Request Params

KeyDatatypeRequiredDescription
ad_account_idnumberUnique identifier of an ad account.

Request Body

{"name"=>"<string>", "id"=>"<string>", "created_at"=>"<dateTime>", "board_pins_modified_at"=>"<dateTime>", "description"=>"<string>", "collaborator_count"=>"<integer>", "pin_count"=>"<integer>", "follower_count"=>"<integer>", "media"=>{"image_cover_url"=>"<string>", "pin_thumbnail_urls"=>["<string>", "<string>"]}, "owner"=>{"username"=>"<string>"}, "privacy"=>"PUBLIC"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;board_pins_modified_at&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;collaborator_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;pin_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;follower_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;media&quot;:{&quot;image_cover_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;pin_thumbnail_urls&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},&quot;owner&quot;:{&quot;username&quot;:&quot;\u003cstring\u003e&quot;},&quot;privacy&quot;:&quot;PUBLIC&quot;}