Skip to main content
POST
/
vendor
/
{vendorId}
/
requestDeliveryDetails
Request delivery details from a vendor
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vendorId
string
required

ID of the vendor

Body

application/json

Optional email addresses to send the request to

emails
string[]

Response

Successful operation

url
string | null