Starts a DynamoDB export for the connector.
cURL
curl --request POST \ --url https://api.artie.com/connectors/{uuid}/start-dynamodb-export \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "s3Bucket": "<string>", "s3Prefix": "<string>" } '
{ "exportARN": "<string>" }
API key passed as a Bearer token in the Authorization header.
OK
Was this page helpful?