action nowpayments_get_sub_partners { label: "Get sub-partners" description: "This method returns the entire list of your sub-partners." provider: nowpayments method: GET path: "/v1/sub-partner" encoding: json input: { type: "object" properties: { id: { type: "string" } limit: { type: "string" } offset: { type: "string" } order: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }