cURL
curl --request POST \ --url https://e3-kausanna.sonqo.io/claims/acquirer/{acquirerId}/seen \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "claims": [ "200002087418" ] } '
{ "success": true, "data": { "total": 1 } }
GET /claims/acquirer/{acquirerId}
API Token generated for your account. The token must be prefixed with Bearer.
Bearer
The body is of type object.
object
OK
true
Show child attributes
1