POST
/
api
/
v1
/
integration-auth
/
access-token

Integration Authentication Parameters

The integration authentication endpoint is generic and can be used for all native integrations. For specific integration parameters for a given service, please review the respective documentation below.

integration
string
required

This value must be aws-secret-manager.

workspaceId
string
required

Infisical project id for the integration.

accessId
string
required

The AWS IAM User Access ID.

accessToken
string
required

The AWS IAM User Access Secret Key.

Authorizations

Authorization
string
header
required

An access token in Infisical

Body

application/json
integration
string
required

The slug of integration for the auth object.

workspaceId
string
required

The ID of the project to create the integration auth for.

accessId
string

The unique authorized access ID of the external integration provider.

accessToken
string

The unique authorized access token of the external integration provider.

awsAssumeIamRoleArn
string

The AWS IAM Role to be assumed by Infisical.

namespace
string
refreshToken
string

The refresh token for integration authorization.

url
string

Response

200 - application/json
integrationAuth
object
required

Was this page helpful?