You are here:
Accessing Own through the Own API
Own provides API access through all pricing plans with the purpose of letting you manipulate and export some of your jobs and data.
See Own API for guidelines to the API guide along with sample requests and responses for:
- Service
- Backup
- Objects
- Job
- GDPR
- Event
- Sandbox Seeding
Common use cases of API access include:
- GDPR request relay from Salesforce: automating the General Data Protection Regulation process end to end from Salesforce to include snapshots as well.
- Audit log monitoring: Integrate the events audit log to your central monitoring system for important or suspicious behavior.
- Export backup to SQL: Automate backups to a 3rd party database for further processing (such as BI or BA).
- Execute Sandbox Seeding jobs: Kickoff jobs directly from the API.
Managing an API Token for your Account
Use of API Tokens, based on OAuth 2.0 authentication protocol, as a means to access Own from Salesforce APIs. Your API token needs to be treated as securely as any other type of password. Make sure to store this token in a safe and secure location.
Using API Token
Update your API scripts with our new domain.
Tokens will automatically expire and be deleted after 180 days (regardless if the token was in use or not). Once expired and deleted, the token will not be available to the user, and the user account will not have access to our APIs. Therefore, API tokens must be revoked and regenerated, before they expire.
Only one API token can exist, for any user, at any one time.
After generating a new API token, insert the new access key generated, into the script in the API. See the API documentation.
API Tokens are cross-regional (one API Token for all regions). The user’s access is determined by his role and the Business Units he belongs to.
If you need to disable the API Token option (to limit access by users), contact support.
- Manage API Tokens
Use API Tokens, based on OAuth 2.0 authentication protocol, as a means to access Own from Salesforce APIs. Treat API tokens as securely as any other type of password. Make sure to store this token in a safe and secure location. - Securing Your API Token
An API token is a refresh token that is used to generate an authentication token in order to sign in to the Own Data Platform via API, in order to perform various operations within the Own account.

