cURL
curl --request POST \ --url https://cases.platform.arb.inc/service-of-notice/mail-types/list \ --header 'Authorization: Bearer <token>'
{ "mailTypes": [ { "id": "certified_mail", "displayName": "Certified Mail", "description": "USPS Certified Mail with return receipt" } ] }
Returns all available mail types for service of notice delivery including their customizable fields and requirements.
access token
Successfully retrieved mail types
Show child attributes