Get All Partners

The operation fetches all partners (merchants and knownshippers) associated to a developer.

SecuritybearerAuth
Request
query Parameters
type
string

Known Shipper and Individual Merchant

status
string

ACTIVE, SUSPENDED and TERMINATED

Responses
200

The associated partners have been fetched.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/partners
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "pageInfo": {
    }
}