PUT
/
cardholder
/
{realId}
curl --request PUT \
  --url https://gateway.finhub.cloud/cms/1.0.0/cardholder/{realId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "firstName": "<string>",
  "lastName": "<string>",
  "lastName2": "<string>",
  "email": "<string>",
  "address1": "<string>",
  "city": "<string>",
  "country": "<string>",
  "birthDate": "<string>",
  "phone": "<string>"
}'
"<string>"

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

realId
string
required

Body

application/json
firstName
string
required
lastName
string
required
lastName2
string
required
email
string
required
address1
string
required
city
string
required
country
string
required
birthDate
string
required
phone
string
required

Response

500 - text/plain

The response is of type string.