Get board
GET {{baseUrl}}/boards/:board_id?ad_account_id=4
Get a board owned by the operation useraccount - or a group board that has been shared with this account.
- Optional: Business Access: Specify an adaccountid to use the owner of that adaccount as the operation user_account
.
- By default, the operation user_account
is the token user_account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ad_account_id | number | Unique identifier of an ad account. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"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"}