Authentication
Generating API Keys
To access the Cloud Platform API, you will need to obtain an API key.
- Navigate to the Cloud Platform Console.
- Log in to the console.
- Navigate to "API Keys" section.
- In the upper right, click "Add API Keys".
- Name and click "Submit".

- Your key will be generated. Copy and store the API key in a secure location.
Note
Be careful not exposing and not sharing your API key. It's your responsibility to keep it secure and private.
Pass this token as Bearer in the Authorization header.
Preparing Authentication
We suggest setting up your authentication reusably in the following way.