cURL
curl --request GET \ --url https://partner-card.test.public.rockerapi.dev/api/engagements/card/{engagement-id}/customer \ --header 'Authorization: Basic <encoded-value>'
{ "customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "address": { "streetLine1": "<string>", "city": "<string>", "postalCode": "<string>", "country": "<string>", "streetLine2": "<string>" } }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Show child attributes