cURL
curl --request POST \ --url https://cases.platform.arb.inc/service-of-notice/manual/attest \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "code": "abc123xyz" } '
"Manual service delivery attested successfully"
Accepts manual delivery attestation for service of notice. Used when service is delivered in person or through other non-tracked methods.
access token
Manual service code
"abc123xyz"
Successfully attested manual service
The response is of type string.
string