cURL
curl --request GET \ --url https://rest.staging.nickel.com/vendor/{vendorId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "emails": [ "<string>" ], "address": "<string>", "city": "<string>", "state": "<string>", "zip": "<string>", "type": "<string>", "vendorPayoutMethods": [ { "id": "<string>", "type": "<string>", "routingNumber": "<string>", "accountType": "<string>", "bankName": "<string>", "street": "<string>", "city": "<string>", "state": "<string>", "zip": "<string>", "country": "<string>", "swiftCode": "<string>", "iban": "<string>", "countryCode": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the vendor
Successful operation
Show child attributes