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.
Returns a single commission line by id, scoped to the authenticated API key organisation.
cURL
curl --request GET \ --url https://api.introw.io/api/v1/commission-lines/{id} \ --header 'x-api-key: <api-key>'
{ "data": { "id": "cln_4d5e6f7g8h9i0j1k2l3m4n5o", "partnerId": "ptn_01HVK6Y8Z8Q7J8J8J8J8J8J8J8", "payoutId": null, "description": "Q1 referral bonus", "amount": "500.00", "sourceAmount": "10000.00", "currency": "USD", "status": "PENDING", "planName": "Referral plan", "periodEnd": "2026-03-31T23:59:59.000Z", "createdAt": "2026-04-05T09:00:00.000Z", "updatedAt": "2026-04-05T09:00:00.000Z" } }
Introw API key shown once when the credential is created.
Commission line identifier.
1
Commission line returned successfully.
Show child attributes