Skip to main content
GET
/
v1
/
benefit
/
programs
List benefit programs
curl --request GET \
  --url https://api.plane.com/v1/benefit/programs \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.plane.com/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

entity
string
Filter by entity (employer).
year
integer
Filter by program renewal label.
status
string
Filter by program status.
limit
integer
Number of programs to return.
cursor
string
Pagination cursor.

Returns

Returns a list object containing Benefit program objects.