Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } ] }
Returns all boards belonging to the authenticated user, ordered by most recently updated.
Your Adspo API key.
Filter boards by space. Omit to return all boards. Pass an empty string to return boards not assigned to any space.
List of boards.
Show child attributes