Skip to main content
GET
/
v1
/
benefit
/
plans
List benefit plans
curl --request GET \
  --url https://api.plane.com/v1/benefit/plans \
  --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

program
string
Filter by program.
provider
string
Filter by carrier (benefit provider).
type
string
Filter by benefit category.
status
string
Filter by plan status.
limit
integer
Number of plans to return.
cursor
string
Pagination cursor.

Returns

Returns a list object containing Benefit plan objects.