GET
/
boosts
/
accesslists
curl --request GET \
  --url https://api-staging.boost.xyz/boosts/accesslists \
  --header 'Authorization: Bearer <token>'
{
  "accesslists": [
    {
      "id": "<string>",
      "name": "<string>",
      "memberCount": 123,
      "createdAt": "<string>",
      "icon": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string

Special characters like :&|'!()<> are not allowed in the search terms.

sortBy
string
Example:

"totalMembers"

orderBy
enum<string>
Available options:
ASC,
DESC

Response

200
application/json
Success
accesslists
object[]
required