Skip to main content
POST
/
api
/
v1
/
external
/
link-account
Link External Account
curl --request POST \
  --url https://api.absch.info/api/v1/external/link-account \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "absLinkCode": "<string>",
  "sourceAgencyCode": "<string>",
  "email": "<string>",
  "applicantFirstName": "<string>",
  "applicantMiddleName": "<string>",
  "applicantLastName": "<string>"
}
'
{
  "type": "https://httpstatuses.io/401",
  "title": "Unauthorized",
  "status": 401,
  "traceId": "00-ccc5b50f398a9aa326376cae4c94f0aa-02446e117618e206-00"
}

Authorizations

Authorization
string
header
required

Please insert JWT with Bearer into field

Body

sourceAgencyCode
string | null
email
string | null
applicantFirstName
string | null
applicantMiddleName
string | null
applicantLastName
string | null

Response

Success