Integrations
Create Auth
Create the integration authentication object required for syncing secrets.
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
requiredThis value must be aws-secret-manager.
workspaceId
string
requiredInfisical project id for the integration.
accessId
string
requiredThe AWS IAM User Access ID.
accessToken
string
requiredThe AWS IAM User Access Secret Key.
Authorizations
Authorization
string
headerrequiredAn access token in Infisical
Body
application/json
workspaceId
string
requiredThe ID of the project to create the integration auth for.
integration
string
requiredThe slug of integration for the auth object.
accessId
string
The unique authorized access id of the external integration provider.
accessToken
string
The unique authorized access token of the external integration provider.
url
string
namespace
string
refreshToken
string
The refresh token for integration authorization.
Response
200 - application/json
integrationAuth
object
required