Skip to main content
GET
/
v1
/
boards
Get user boards
curl --request GET \
  --url https://api.adspo.co/v1/boards \
  --header 'x-api-key: <api-key>'
{
  "count": 2,
  "boards": [
    {
      "board_id": "00116792-d6d1-444f-a841-80dd3c105ae7",
      "name": "My First Board",
      "is_public": false,
      "space_id": null,
      "created_at": "2026-02-04T01:15:23Z",
      "updated_at": "2026-02-04T01:30:33Z"
    },
    {
      "board_id": "11227893-e7e2-555g-b952-91ee4d216bf8",
      "name": "Top Performers",
      "is_public": false,
      "space_id": "0133afa6-5326-4a70-aa10-c9358eb6de04",
      "created_at": "2026-03-01T10:00:00Z",
      "updated_at": "2026-04-15T14:22:00Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.adspo.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your Adspo API key.

Query Parameters

space_id
string

Filter boards by space. Omit to return all boards. Pass an empty string to return boards not assigned to any space.

Response

List of boards.

count
integer
boards
object[]