Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://upay-sistema-api.onrender.com/api/affiliate/marketplace \ --header 'API-Key: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "productId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "commissionValue": 123, "cookieDays": 123, "isActive": true, "description": "<string>", "rules": "<string>", "affiliatePage": "<string>", "salesPage": "<string>", "extendedCommission": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "product": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "price": 123, "imageUrl": "<string>", "description": "<string>" }, "user": { "name": "<string>" }, "_count": { "links": 123 } } ] }
Lista todos os programas de afiliados ativos disponíveis para afiliação
Chave de API obtida através do endpoint /api/credentials. Também aceita formato Bearer Token: Authorization: Bearer <api_key>
Lista de programas disponíveis
Show child attributes