# Apivom Atlas — Salesforce Data 360 APIs

> Apivom Atlas integration for Salesforce Data 360 APIs: 30 gateway routes over `api.salesforce.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 30 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `GET /api/v1/dataGraph/{dataGraphName}` (api-v1-datagraph-by-datagraphname) — params: params, query
- `GET /api/v1/dataGraph/{dataGraphName}/{dataGraphRecordId}` (api-v1-datagraph-by-datagraphname-by-datagraphrecordid) — params: params
- `GET /api/v1/dataGraph/metadata` (api-v1-datagraph-metadata) — params: query
- `GET /api/v1/ingest/jobs` (api-v1-ingest-jobs) — params: query
- `POST /api/v1/ingest/jobs` (api-v1-ingest-jobs-post) — params: object, sourceName, operation
- `DELETE /api/v1/ingest/jobs/{jobId}` (api-v1-ingest-jobs-by-jobid-delete) — params: params
- `GET /api/v1/ingest/jobs/{jobId}` (api-v1-ingest-jobs-by-jobid) — params: params
- `PATCH /api/v1/ingest/jobs/{jobId}` (api-v1-ingest-jobs-by-jobid-patch) — params: state
- `PUT /api/v1/ingest/jobs/{jobId}/batches` (api-v1-ingest-jobs-by-jobid-batches-put) — params: params
- `DELETE /api/v1/ingest/sources/Event_API/runner_profiles` (api-v1-ingest-sources-event-api-runner-profiles-delete) — params: query
- `POST /api/v1/ingest/sources/Event_API/runner_profiles` (api-v1-ingest-sources-event-api-runner-profiles-post) — params: data
- `POST /api/v1/ingest/sources/Event_API/runner_profiles/actions/test` (api-v1-ingest-sources-event-api-runner-profiles-actions-test-post) — params: data
- `GET /api/v1/insight/calculated-insights/{ci_name}` (api-v1-insight-calculated-insights-by-ci-name) — params: params, query
- `GET /api/v1/insight/metadata` (api-v1-insight-metadata)
- `GET /api/v1/insight/metadata/{ci_name}` (api-v1-insight-metadata-by-ci-name) — params: params
- `GET /api/v1/metadata` (api-v1-metadata) — params: query
- `GET /api/v1/metadata/` (api-v1-metadata-2) — params: query
- `GET /api/v1/profile/{dmoApiName}` (api-v1-profile-by-dmoapiname) — params: params, query
- `GET /api/v1/profile/{dmoApiName}/{dmoRecordId}` (api-v1-profile-by-dmoapiname-by-dmorecordid) — params: params, query
- `GET /api/v1/profile/{dmoApiName}/{dmoRecordId}/calculated-insights/{insightName}` (api-v1-profile-by-dmoapiname-by-dmorecordid-calculated-insights-by-insightname) — params: params, query
- `GET /api/v1/profile/{dmoApiName}/{searchKey}` (api-v1-profile-by-dmoapiname-by-searchkey) — params: params, query
- `GET /api/v1/profile/{dmoParentApiName}/{dmoParentRecordId}/{dmoChildApiName}` (api-v1-profile-by-dmoparentapiname-by-dmoparentrecordid-by-dmochildapiname) — params: params, query
- `GET /api/v1/profile/{dmoParentApiName}/{searchKey}/{dmoChildApiName}` (api-v1-profile-by-dmoparentapiname-by-searchkey-by-dmochildapiname) — params: params, query
- `GET /api/v1/profile/metadata` (api-v1-profile-metadata)
- `GET /api/v1/profile/metadata/{dmoApiName}` (api-v1-profile-metadata-by-dmoapiname) — params: params
- `POST /api/v1/query` (api-v1-query-post) — params: sql
- `GET /api/v1/universalIdLookup/{entityName}/{dataSourceId__c}/{dataSourceObjectId__c}/{sourceRecordId__c}` (api-v1-universalidlookup-by-entityname-by-datasourceid-c-by-datasourceobjectid-c-by-sourcerecordid-c) — params: params
- `POST /api/v2/query` (api-v2-query-post) — params: sql
- `GET /api/v2/query/{nextBatchId}` (api-v2-query-by-nextbatchid) — params: params
- `GET /services/oauth2/userinfo` (services-oauth2-userinfo)

## Credential model

- Connected App Consumer Key (`clientId`) — required
- Connected App Consumer Secret (`clientSecret`) — required — secret
- Instance URL (My Domain) (`instanceUrl`) — required

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
