cURL
curl --request POST \ --url https://rest.staging.nickel.com/vendor/{vendorId}/requestDeliveryDetails \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "emails": [ "<string>" ] } '
{ "url": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the vendor
Optional email addresses to send the request to
Successful operation