Integration

Get a list of integrations.

GET https://api.halosecurity.com/api/v1/integration/list.json

Returns a paginated list of integrations.

https://app.halosecurity.com/user/security/integrations/

Query Parameters

Name
Type
Description

name

String

Filter by name

type

Integer

Filter by type

Get an integration.

GET https://api.halosecurity.com/api/v1/integration/get.json

Returns an integration

Name
Type
Description

id

Number

Id of integration

Delete a integration.

GET https://api.halosecurity.com/api/v1/integration/delete.json

Deletes an integration

Name
Type
Description

id

Number

Id of integration

Create a integration.

GET https://api.halosecurity.com/api/v1/integration/create.json

Returns an integration

Name
Type
Description

id

Number

Id of integration

auto_run_days

Number

name

String

type

String

aws, gcp, azure, http, cloudflare, godaddy

aws_region

String

aws_role_name

String

aws_account_id

String

azure_client_id

String

azure_client_secret

String

azure_tenant

String

azure_subscription_id

String

gcp_data

String

base64 encoded json

godaddy_api_key

String

godaddy_api_secret

String

http_url

URL

http_username

String

http_password

String

http_header_1_name

String

http_header_1_value

String

cloudflare_api_key

String

Update an integration.

GET https://api.halosecurity.com/api/v1/integration/update.json

Returns an integration

Name
Type
Description

id

Number

Id of integration

auto_run_days

Number

name

String

Run a integration.

GET https://api.halosecurity.com/api/v1/integration/run.json

Runs an integration

Name
Type
Description

id

Number

ID of integration

Last updated

Was this helpful?