Logo
Salesforce Developers API Documentation

Direct APIs-Ingestion API-Bulk

Number of APIs: 7


1. Get Job Info

GET https://{{dne_cdpOffcoreUrl}}/api/v1/ingest/jobs/78f56f55-c00a-4e20-ab7d-03307a319ff2



2. Get All Jobs

GET https://{{dne_cdpOffcoreUrl}}/api/v1/ingest/jobs?limit=50&offset=&orderby=&state=



3. Create Job

POST https://{{dne_cdpOffcoreUrl}}/api/v1/ingest/jobs



4. Upload Job

PUT https://{{dne_cdpOffcoreUrl}}/api/v1/ingest/jobs/fcf98ed6-d514-4923-8369-486f7dad4359/batches



5. Delete Job

DELETE https://{{dne_cdpOffcoreUrl}}/api/v1/ingest/jobs/78f56f55-c00a-4e20-ab7d-03307a319ff2



6. Close Job

PATCH https://{{dne_cdpOffcoreUrl}}/api/v1/ingest/jobs/78f56f55-c00a-4e20-ab7d-03307a319ff2



7. Abort Job

PATCH https://{{dne_cdpOffcoreUrl}}/api/v1/ingest/jobs/e70934e8-2877-4660-872b-f3d9be4b9ad7



ENDPOINTS