cURL
curl --request POST \ --url https://us.getconvoy.cloud/api/v1/projects/{projectID}/onboard \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/octet-stream' \ --data '"<string>"'
{ "message": "<string>", "status": true, "data": { "errors": [ { "field": "<string>", "message": "<string>", "row": 123 } ], "total_rows": 123, "valid_count": 123 } }
This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions
Project ID
Validate without creating
Onboard Details (JSON)
The body is of type file.
file
OK
Show child attributes
Was this page helpful?