cURL
curl --request GET \ --url https://{host}/api/v1/payouts/{payout} \ --header 'API-key: <api-key>' \ --header 'Authorization: Bearer <token>'
{ "id": 123, "user_id": 123, "invoice_id": 123, "status": "<string>", "type": "<string>", "salary": "<string>", "vacation": "<string>", "pension": "<string>", "net_salary": "<string>", "net_vacation": "<string>", "invoice_excl": "<string>", "invoice_incl": "<string>", "paid_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Sanctum personal access token (access_tokens / partner API settings).
access_tokens
UUID API key stored for the partner user.
The payout ID
Payout