System Overview & Core Concepts
<aside> <img src="/icons/search_blue.svg" alt="/icons/search_blue.svg" width="40px" />
SSO Base URL: https://marketing-sso.araliadata.io
</aside>
<aside> <img src="/icons/search_blue.svg" alt="/icons/search_blue.svg" width="40px" />
API Base URL: {DATA_PLANET_DOMAIN},e.g.:
https://global-un.araliadata.iohttps://global-sdgs.araliadata.iofor more planets, please checks on https://marketing.araliadata.io/planets
</aside>
<aside>
POST {ssoURL}/realms/stellar/protocol/openid-connect/token
</aside>
Header
Content-Type: application/x-www-form-urlencoded
Parameters
| Name | Type | Description |
|---|---|---|
| grant_type * | string | client_credential |
| client_id | string | Client ID |
| client_secret | integer | Client Secret |
Responses
After successful authentication, include the token in the API header:
<aside>
Authorization: Bearer {token}
</aside>
← Previous: Custom AI Workflow