Gender

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

Sample Request #

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

Sample Response JSON #

Status: 200

[
  {
    "id": "6229d21cdde96cb71bd99b41",
    "name": "I prefer not to say",
    "status": true
  },
  {
    "id": "6229d21cdde96cb71bd99b3c",
    "name": "Intersex",
    "status": true
  },
  {
    "id": "6229d21cdde96cb71bd99b3d",
    "name": "Agender",
    "status": true
  },
  {
    "id": "6229d21cdde96cb71bd99b3a",
    "name": "Non-binary",
    "status": true
  },
  {
    "id": "6229d21cdde96cb71bd99b3e",
    "name": "Gender variant",
    "status": true
  },
  {
    "id": "6229d21cdde96cb71bd99b3f",
    "name": "Genderqueer",
    "status": true
  },
  {
    "id": "6229d21cdde96cb71bd99b38",
    "name": "Male",
    "status": true
  },
  {
    "id": "6229d21cdde96cb71bd99b3b",
    "name": "Transgender",
    "status": true
  },
  {
    "id": "6229d21cdde96cb71bd99b39",
    "name": "Female",
    "status": true
  },
  {
    "id": "6229d21cdde96cb71bd99b40",
    "name": "Gender non-conforming",
    "status": true
  }
]

Notes on Values #

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