Retrieves an Issuing Cardholder object.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Request Code Samples
curl --location 'https://apitest.wooshpay.com/v1/issuing/cardholders/' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json'
Responses
application/json
Modified at 2024-05-14 07:23:20