Create an integration

Creates an S3 or DelivrDSP integration in the given project. The
organization is taken from the API key; pass the project as the
project_id query parameter. Secret fields (access_key_id,
secret_access_key, username, password) are encrypted at rest and
never returned.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
uuid
required

The project to create the integration in (UUID). Must belong to the API key's organization.

Body Params
string
enum
required
Allowed:
string
length ≥ 1

Display name. Required to persist; unique within the project.

string
required
length ≥ 1

AWS region, e.g. us-west-2.

string
required
length ≥ 1
string
required

AWS access key id. Write-only; never returned.

string
required
length ≥ 16

AWS secret access key. Write-only; never returned.

string

Object key prefix applied to delivered files.

string
enum
Allowed:
string
enum
Allowed:
Responses

401

Missing or invalid API key / secret.

413

Request body larger than 1 MiB.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json