Retrieves a list of all account registration settings.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/account-registration-settings
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/account-registration-settings
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/account-registration-settings
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/account-registration-settings?limit=0&offset=0' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of account registration settings retrieved.
Total number of items that match the request. The value is independent of limit, including when limit is 0.
ID of the account registration settings. If not provided, the ID is generated from the name.
Name of the account registration settings.
Description of the account registration settings.
List of locations that the account registration settings apply to. Each location consists of a country and an optional region.
[ { "country": "CA", "region": "ON" }, { "country": "GB" } ]
List of registration fields that define the registration form.
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": "eu-registration", "name": "EU Registration Requirements", "description": "Account registration settings for EU customers", "isEnabled": true, "locations": [ … ], "fields": [ … ], "realm": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]