Connection Invites
Get connection invite by ID
Retrieve a specific connection invite by ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique retailer ID. In the Dropship UI this is called the Merchant ID. To find your Merchant ID, click your merchant name in the top nav.
Example:
1001
The connection invite ID used to retrieve a specific connection invite. This ID is generated when a connection invite is sent. Use the /v1/retailers/{retailer_id}/connections/
endpoint to retrieve a list of connection invites and their IDs.
Example:
2002
Response
200 - application/json
Connection invite details
The response is of type object
.