API ReferenceAccounts
List Pinterest boards
Returns the Pinterest boards available for the given account.
Authorization
http AuthorizationBearer <token>
In: header
Path Parameters
space*integer
The space ID
account*integer
The account ID
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://zilfu.app/api/spaces/0/accounts/0/boards"{
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"image": "string"
}
]
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}