Skip to documentation
Workflow Developer API

Search Workflow Actions

Search tenant-permitted platform actions; connection setup is reported separately.

GET/developer/v1/actions

Authorizations

Authorization
stringheaderrequired

Send your GenHealth credential as Bearer <YOUR_API_KEY>. This endpoint requires workflow:read for the authenticated organization.

Headers

Accept
stringheader

Response media type. Use application/json for the current API.

Parameters

query
string | nullquery

Terms such as Brightree patient search or Niko order.

group
string | nullquery

Optional partial integration group name.

limit
integerquery

Default: 25

offset
integerquery

Default: 0

Responses

200Successful Response
WorkflowActionSearchResponse
successboolean
querystring
groupstring
countinteger
total_matchesinteger
offsetinteger
has_moreboolean
next_offsetinteger | null
422Validation Error
HTTPValidationError
detailarray<ValidationError>