- Retrieve account registration settings
Create account registration settings
Retrieve account registration settings
Upsert account registration settings
Delete account registration settings
Retrieve account registra...
Retrieves a list of all account registration settings.
Security
SecretApiKey or JWT
- 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
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/account-registration-settings?limit=1000&offset=1000' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of account registration settings retrieved.
Array []
ID of the account registration settings. If not provided, the ID is generated from the name.
Example:"eu-registration"
Name of the account registration settings.
Example:"EU Registration Requirements"
Description of the account registration settings.
Example:"Account registration settings for EU customers"
List of locations that the account registration settings apply to. Each location consists of a country and an optional region.
Example:
[ { "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.
Response
[ { "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": [ … ] } ]