- Retrieve custom deposit properties sets
Retrieves a list of custom deposit property sets.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/deposit-custom-property-sets
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/deposit-custom-property-sets
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/deposit-custom-property-sets
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/deposit-custom-property-sets?limit=1000&offset=1000&filter=string&sort=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of custom deposit property sets retrieved.
ID of the deposit property set.
Defines properties the user can complete when they use the hosted deposit form. This field accepts JSON-schema drafts 4, 6, and 7. Accepted properties types are: string, number, integer, array, and enum. For more information, see Configure custom hosted deposit properties.
{ "type": "object", "properties": { "email": { … }, "max": { … } }, "required": [ "email" ] }
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
[ { "id": "dep_prop_0YVJ640MB4CXVB8KXBRW3B79R9", "name": "string", "properties": { … }, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]