Name | Method | Endpoint |
---|---|---|
Retrieve Boomerang Flow Settings | GET | /api/v2/settings |
Retrieve feature flags. | GET | /api/v2/features |
Retrieve this instances context, features, and navigation. | GET | /api/v2/context |
Retrieve navigation. | GET | /api/v2/navigation |
Register and activate an installation of Flow | PUT | /api/v2/activate |
Update Boomerang Flow Settings | PUT | /api/v2/settings |
GET /api/v2/settings
This endpoint does not need any parameter.
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*
GET /api/v2/features
This endpoint does not need any parameter.
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*
GET /api/v2/context
This endpoint does not need any parameter.
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*
GET /api/v2/navigation?team=my-amazing-team
Name | Type | Required | Description | Notes | Example |
---|---|---|---|---|---|
team | String | false | Team as owner reference | Defaults to null. | my-amazing-team |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*
PUT /api/v2/activate
Name | Type | Required | Description | Notes | Example |
---|
Schema | Required |
---|---|
OneTimeCode | false |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/json
*/*
Boolean
PUT /api/v2/settings
Name | Type | Required | Description | Notes | Example |
---|
Schema | Required |
---|---|
List | true |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/json
*/*