Create a Request
To create a request, set up the API APP, and review the information about creating JSON, ZIP and TSV requests.
Here’s what your request should look like:
POST https://hub.celtra.io/api/export
Authorization: Basic <your API App ID> <your API App Secret>
Content-Type: application/json; charset=utf-8
{
"filters": {
"designFile": {
"id": ["mockedDesignFileId", "mockedDesignFileId2"]
}
}
}
Replace "mockedDesignFileId"
and "mockedDesignFieldId2"
with a valid ID of the projects you have access to.