The gender options contained in SubscriberCRM.

Name Type Description Required
Id Int32 No
Name String No
Url Actions Description
https://www.api-community-tu.org/api/genders GET Gets all genders.
https://www.api-community-tu.org/api/genders/{id} GET Gets the desired gender.

Here is a Json example of the Gender object.

{
"Id": 1,
"Name": "Female"
}