Quick Start Guide

Origence Connect REST APIs

Follow these steps to set up your account, get API access, and make your first call. The full process is organized into four phases.

1. Sign up or log in

Create a free developer account, or log in if you already have one.

Sign up →

2. Activate your account

After registering, check your email for an activation link. Your account must be activated before you can log in.

3. Log in to the developer portal
Log in →

4. Get approved to browse APIs

Full API access requires approval by an Origence representative. To become an Origence Connect Partner, contact Origence to get started.

5. Subscribe to an API product

Go to the Solutions tab and select the API product you want to integrate with. Submit a subscription request for approval. Once approved, you can manage your API subscription keys at any time from your User Profile.

Include the API subscription key in the header of every API request.

6. Obtain an access token

All Origence Connect APIs require a Bearer access token in JWT format. During onboarding, Origence will provide a client_id and client_secret for each environment. Use these with the Client Credentials grant type at the token endpoint to obtain an access token.

Include the token in the Authorization header of every API request:

Authorization: Bearer <access_token>

7. Try the APIs

After logging in, the API Reference page gives you access to all available endpoints and their definitions. Select an endpoint, and use the Try This Operation option to test API calls in real time using your subscription keys and access token directly within the portal. No additional tools required.

8. Enable mTLS (optional)

For an additional layer of security, Origence supports Mutual Transport Layer Security (mTLS). To enable it, contact Origence and provide a public certificate signed by a reputable Certificate Authority (CA). This certificate is used to establish a secure, authenticated connection to the APIs.

 

9. Environments

Origence provides per-environment credentials during integration setup. Use the appropriate environment for your current phase of development.

Non-Production: https://uat-api.origence.com

Isolated testing environment. Use with non-production credentials and subscription keys.

Production: https://api.origence.com

Live data. Use with production credentials and subscription keys issued at go-live.

10. Launch to production

When you're ready to go live, you'll need separate production credentials and subscription keys. These are securely delivered by an Origence specialist before launch.

11. Close an account

Origence Support can close a developer account that is no longer in use. This prevents anyone from logging into the developer portal with that account or using it to send API requests.

To close your account, go to your Profile page and select Close Account under your Account details section. Origence cannot reopen a closed account, but you can create a new account if needed.

Contact Us

If you have questions, you can contact us at (833) 908-0121 or you can submit an inquiry on our Support page and an Origence specialist will contact you for assistance.

Please include the following information:

Your Company Name

Your Name

Contact Phone Number

Developer Portal Username

Join our developer community!

To begin utilizing our API services, simply register for an account.
Once you've created your account, you'll receive a confirmation email to activate it.