Skip to main content
POST
/
projects
/
v1
/
ad
/
{projectId}
/
duplicate
Duplicate a ad project
curl --request POST \
  --url https://z52mnqg347.execute-api.eu-west-3.amazonaws.com/main/projects/v1/ad/{projectId}/duplicate \
  --header 'Authorization: Bearer <token>' \
  --header 'x-session-token: <x-session-token>'
{
  "data": {
    "id": 1,
    "name": "Renovation Bat A",
    "object": "Full renovation of building A",
    "scheduledAt": "2025-06-01T00:00:00.000Z",
    "organizationId": 1,
    "folderId": 2,
    "deletedAt": "2024-12-09T14:23:00.000Z",
    "updatedAt": "2024-12-09T14:23:00.000Z",
    "createdAt": "2024-01-15T08:45:00.000Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-session-token
string
required

Session token used for authenticating the request.

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxMjM0NTY3ODkwIiwic2Vzc2lvbklkIjoiYWJjZGVmMTIzNDU2IiwiaWF0IjoxNjA1MDk3ODk5LCJleHAiOjE2MDUxODQyOTl9.4XRQ1iXDyvEj5LgPZHbmTmzOZs98M3YPOzgf3MhxjaI"

Response

201 - application/json

Ad project duplicated successfully

data
object
required