Retrieve allowlist record

Request

Retrieves allowlist record.

Security
SecretApiKey or JWT
Path
idstring, <= 50 characters^[@~\-\.\w]+$required

ID of the resource.

curl -i -X GET \
  'https://www.rebilly.com/_mock/catalog/all/allowlists/{id}' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

Allowlist record retrieved.

Headers
X-RateLimit-Limitinteger

Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.

Example:3600
X-RateLimit-Remaininginteger

Remaining number of rate limit tokens for this request within the rate limit period. For example, in the sandbox environment, rate limits for non-GET endpoints are set at 3000 requests per 10 minutes.

Example:3600
Bodyapplication/json
idstring, <= 50 charactersread-only

ID of the allowlist record.

Example:"rsal_01HXBY67D5CNWM2YK79PFZR4C2"
typestringrequired

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"
valuestringrequired

Value of the allowlist record.

createdTimestring, (date-time)(CreatedTime)read-only

Date and time when the resource is created. This value is set automatically when the resource is created.

updatedTimestring, (date-time)(UpdatedTime)read-only

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": [ {} ] }