Create board
POST {{baseUrl}}/boards?ad_account_id=579382468
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, the
operation useraccount" is the token useraccount.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ad_account_id | number | Unique 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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"name":"\u003cstring\u003e","id":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","board_pins_modified_at":"\u003cdateTime\u003e","description":"\u003cstring\u003e","collaborator_count":"\u003cinteger\u003e","pin_count":"\u003cinteger\u003e","follower_count":"\u003cinteger\u003e","media":{"image_cover_url":"\u003cstring\u003e","pin_thumbnail_urls":["\u003cstring\u003e","\u003cstring\u003e"]},"owner":{"username":"\u003cstring\u003e"},"privacy":"PUBLIC"}