cURL
curl --request GET \ --url https://api.plane.com/v1/compensations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "wec_cNqYX2J3s9bI2Aa", "worker": "wr_5yMmVvd6Cz7Ptx", "amount": "150000.00", "currency": "USD", "unit": "year", "frequency": "twice_monthly", "stock": null, "other": null, "created": "2024-01-01T00:00:00Z" }
Retrieve the details of an existing compensation change.
Was this page helpful?