Projects
Create a project
POST
/
projects
Authorizations
x-api-key
string
headerrequiredBody
application/json
name
string
requiredThe name of the project
id_organization
string
The organization ID
id_user
string
requiredThe user ID
Response
201 - application/json
id_project
string
requiredUnique identifier for the project
name
string
requiredName of the project
sync_mode
string
requiredSynchronization mode of the project
pull_frequency
number
Frequency of pulling data in seconds
redirect_url
string
Redirect URL for the project
id_user
string
requiredUser ID associated with the project
id_connector_set
string
requiredConnector set ID associated with the project
Was this page helpful?