1. Generate an API Token
Before making requests, you need a Personal Access Token:- Log in to the Wenium Cloud Dashboard.
- Go to Settings > API Tokens.
- Create a new token and save the plain-text token value securely.
2. Authenticate Your Requests
Wenium uses bearer token authentication. Send your token in theAuthorization header of all requests:
3. Retrieve Your Profile
You can test your authentication by calling the/user endpoint:
