Bellwork
AssociationsAssociationid

Get association details

One association with the bodies that sit under it. Served whole on every plan.

GET
/associations/{associationId}

One association with the bodies that sit under it. Served whole on every plan.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Path Parameters

associationId*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/associations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "slug": "string",
  "name": "string",
  "short_name": "string",
  "kind": "state_athletic_association",
  "state": "string",
  "parent_association_id": "550e8400-e29b-41d4-a716-446655440000",
  "parent_association_name": "string",
  "website_url": "string",
  "phone": "string",
  "physical_address": "string",
  "physical_city": "string",
  "physical_zip": "string",
  "member_school_count": -9007199254740991,
  "member_count_source_url": "string",
  "source_url": "string",
  "verified_at": "string",
  "people": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "name": "string",
      "title": "string",
      "redacted": true
    }
  ],
  "sections": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "slug": "string",
      "name": "string",
      "short_name": "string",
      "kind": "state_athletic_association",
      "state": "string",
      "parent_association_id": "550e8400-e29b-41d4-a716-446655440000",
      "parent_association_name": "string",
      "website_url": "string",
      "phone": "string",
      "physical_address": "string",
      "physical_city": "string",
      "physical_zip": "string",
      "member_school_count": -9007199254740991,
      "member_count_source_url": "string",
      "source_url": "string",
      "verified_at": "string"
    }
  ]
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
Empty