Ethnicity

Supportable maintains a global list of ethnicities which are used in the application. In Supportable, ethnicities are distinct from races.

Sample Request #

HeadersAuthorization = Bearer [token]
ParametersNone
BodyNone
GET https://connect.supportableapp.com/api/ethnicities

Sample Response JSON #

Status: 200

[
  {
    "id": "6229d20adde96cb71bd99b34",
    "name": "Other specific Hispanic",
    "status": true
  },
  {
    "id": "6229d20adde96cb71bd99b35",
    "name": "Unknown",
    "status": true
  },
  {
    "id": "6229d20adde96cb71bd99b30",
    "name": "Not Hispanic or Latino/Latina",
    "status": true
  },
  {
    "id": "6229d20adde96cb71bd99b32",
    "name": "Mexican",
    "status": true
  },
  {
    "id": "6229d20adde96cb71bd99b31",
    "name": "Puerto Rican",
    "status": true
  },
  {
    "id": "6229d20adde96cb71bd99b2f",
    "name": "Hispanic or Latino/Latina",
    "status": true
  },
  {
    "id": "6229d20adde96cb71bd99b33",
    "name": "Cuban",
    "status": true
  }
]

Notes on Values #

Attribute Data Type Description
id string The unique identifier of the ethnicity.
name string The name of the ethnicity, as it appears in the application.
status string Whether the ethnicity is active in Supportable. If false, the ethnicity will not appear in the application.