List custom properties
GET/api/v1/custom-properties
Returns immediately. Lists every custom property your API key's profile can write values for: the ones the profile owns itself plus the ones shared with it by the owners of its parent groups — isOwnedByInvokingCompany and ownerName tell those apart. Each entry's id is what other endpoints mean by customPropertyId, and the entries with isIdentifier: true are the ones whose id other endpoints accept as customIdentifierId. List-typed properties carry their allowed values; string-typed properties hold free-form values, constrained by isUniqueValuesOnly and allowsMultipleValues.
Responses
- 200
- 400
- 403
The custom properties your API key's profile can write values for.