WeatherXM API Usage Guide
Welcome to the WeatherXM API! Follow these steps to get started and make the most out of our API capabilities.
Step 1: Obtain Your Access Token
First, use the login endpoint to obtain your access token. This token will authenticate your subsequent requests.
- Login Endpoint: Login User
Step 2: Copy the Token
After logging in, you will receive a response that includes your access token. Copy the token from this response as you will need it to authorize further API calls.
Step 3: Authorize Your Session
With your token copied:
- Click the Authorize button located at the top right corner of the API documentation page.
- Paste the copied token into the relevant field and then click Authorize to validate your session.
Step 4: Access Secured Endpoints
Once authorized, you're ready to use any of the API endpoints. Look for endpoints marked with a lock icon—these require authentication and are now accessible.
Step 5: Logout
To ensure the security of your API access, don't forget to logout when you've completed your tasks.
- Logout Endpoint: Logout User Provide your access token to securely logout.
Comments
0 comments
Article is closed for comments.