Platform
Environments & Endpoints
API Endpoints
| API | Environment | Hostname |
|---|---|---|
| Core API | Production | api.heart.work/core-api |
| Commerce API | Production | api.heart.work/commerce-api |
Authentication Endpoints
All authentication is performed by the single sign-on environment (SSO) which is exposed through:
Code
SSO Endpoints
| Topic | Endpoint | |
|---|---|---|
| Oauth Authorization URL | https://login.heart.work/authorize | |
| Device Authorization URL | https://login.heart.work/oauth/device/code | |
| Oauth Token URL | https://login.heart.work/oauth/token | |
| Oauth User Infor URL | https://login.heart.work/userinfo | |
| OpenID Configuration | https://login.heart.work/.well-known/openid-configuration | |
| Oauth Authorization Server Metadata | https://login.heart.work/.well-known/oauth-authorization-server | |
| JSON Web Keys / JWK Validations | https://login.heart.work/.well-known/jwks.json | |
| Logout url | https://login.heart.work/logout |
Last modified on