Skip to main content
POST
/
service-of-notice
/
mail-types
/
list
List available mail types
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

access token

Response

200 - application/json

Successfully retrieved mail types

mailTypes
object[]