Skip to main content
GET
/
Customers
/
mandates
/
{mandateIdOrHandle}
cURL
curl --request GET \
  --url https://api.example.com/Customers/mandates/{mandateIdOrHandle}
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

mandateIdOrHandle
string
required

Response

Unauthorized

type
string | null
title
string | null
status
integer<int32> | null
detail
string | null
instance
string | null
{key}
any