Fetches a specific customer object. Provide the customer _id and the corresponding object will be returned.
_id
curl --request GET \ --url https://api.sandbox.sudo.cards/customers/{id} \ --header 'Authorization: <api-key>'
"{}"
The _id of the customer you wish to fetch.
200
The response is of type object.
object