Skip to main content
GET
/
v1
/
coops
List coops
curl --request GET \
  --url https://prod-api.civicmarketplace.com/v1/coops \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ],
  "meta": {
    "next_cursor": "<string>",
    "limit": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Named-ref page

data
object[]
required
meta
object
required