Reclaim
POST
api.ravelin.com/v2/reclaim
Show all definitions
Unix timestamp with milliseconds (nanoseconds also accepted)
|
An array of up to 1000 customers whose accounts have been reclaimed.
Show definition
|
Indicates the method by which the customer account was reclaimed.
One of:
PasswordReset , AccountDeleted , or Other .
|
The ID of the customer whose account was reclaimed.
|
Indicates who reported that account takeover took place.
One of:
CUSTOMER , MERCHANT , or RAVELIN .
|
An array of objects containing IDs for the first account takeover events seen on a customer account.
Each object in the array may only contain one ID.
Show definition
|
The unique ID of a login which indicated account takeover had taken place.
|
The unique ID of a device which indicated account takeover had taken place.
|
The unique ID of an order which indicated account takeover had taken place.
|
|
|
source
string
optional
deprecated
Indicates the source of the request. This field is deprecated.
Please, use customer.reportedBy instead.
Only:
ATO .
|
POST https://api.ravelin.com/v2/reclaim HTTP/1.1
Authorization: token ...
Content-Type: application/json
{
"timestamp": 1512828988826,
"customers": [
{
"customerId": "abc-123-ZYZ",
"method": "Other",
"reportedBy": "CUSTOMER",
"atoEvents": [
{
"loginId": "42bd8af9-1ac2-7b2c-cd6a-a6a33c723510"
}
]
}
]
}
Response
Show all definitions
The HTTP response status code.
|
A message reporting how many customer accounts were successfully reclaimed.
|
Feedback
Was this page helpful?
Thanks for the feedback.
If you'd like to provide more detail you can share it in our Help Center.