SBC Connect API
Overview
SBC Connect API (former Auth API) is a centralized authorization and authentication system designed to manage secure access across all partner applications. It ensures seamless user verification, enforces access controls, and protects sensitive resources through robust authentication mechanisms. By integrating with SBC Connect, partner apps can leverage a unified security framework, simplifying user management while maintaining compliance and security best practices.
This specification focuses on creating business affiliations:
- By passcode
- By magic link
- By delegation
More to be added in the future.
Note: All requests must include a BC Registries issued API key and an Account ID.
View the API
View the definition and select a path to try it out. To submit a request you will need an API key and an account ID, which are obtained as part of completing an access request. To set your session API key, click on the top, right AUTHORIZE button and under API Key Auth enter your key value. Click on AUTHORIZE, then OK.
Date and Date Time Formats
Type | Format | Example |
---|---|---|
Date | YYYY-MM-DD | 2020-05-14 |
DateTime | YYYY-MM-DDThh:mm:ss[Z|+hh:mm]. Either +hh:mm (the time zone offset) or Z must be supplied. Default Z for Pacific time zone value. | 2020-05-14T21:08:32Z |
API Version History
Date | Version | Description |
---|---|---|
2025-04-11 | 1.0.0 | Initial version |
Additional Resources
Postman collection of these calls is included in the Business Registry postman collection.
Page History
Updates of note to this page are recorded here.
Date | Description |
---|---|
2025-04-03 | Initial version |