``` ```html
Welcome to the Ezeniia Developer Platform. This guide contains step-by-step instructions for integrating our tools into your project. Our platform offers blockchain, AI development and sustainability tools.
To start integrating Ezeniia, follow these steps to create an API key.
You'll need to authenticate with our platform using either an OpenID Connect or Client Credentials Grant.
curl -u <Client-Id> https://auth-dev.ezeniia.com/token endpoint
Parameter | Value | Example Value |
---|---|---|
client_id | string | "4a3a6255-68e1-4950-85af-146e7203f0a2"|
grant_type | client_credentials | client_credentials |
audience | string | https://api.ezeniia.com |
{"access_token":"eyJhbGciOi","scopes":["platform.write.all","platform.read.all"]}
curl -H "Authorization: Bearer <token>" https://platform.ezeniia.com/api
Sample Output: 200 OK
Client ID is generated after account creation.
POST /v1/tokens
© Ezeniia Corp 2023 - Developed in Finland. All rights reserved.