- Retrieve allowlist record
Retrieve allowlist collection
Create allowlist record
Delete allowlist record
Retrieve allowlist record
Retrieves allowlist record.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/allowlists/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/allowlists/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/allowlists/{id}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/allowlists/{id}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Allowlist record retrieved.
Headers
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Example:3600
ID of the allowlist record.
Example:"rsal_01HXBY67D5CNWM2YK79PFZR4C2"
Type of data to exclude from risk score checks. Data types that are added to this field are excluded from risk score checks and are not added to blocklists.
Enum:"address""bank-account""bin""country""customer-id""email""email-domain""fingerprint""ip-address""payment-card"
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": "rsal_01HXBY67D5CNWM2YK79PFZR4C2", "type": "address", "value": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }