The DevStats API provides the following capabilities:
- Incident Management: Create and manage incidents.
- Deployment Data Submission: Submit deployment data, often from a CI/CD pipeline.
- Player Metrics Retrieval: Access a list of all players and their associated metrics
- User Management: Create and manage users.
Getting Started
Best Practices
Make sure to include the Accept key with the value application/json in the request header.
Accept: application/json
Further, provide a Bearer token in the authorization header when making requests to the DevStats API.
Authorization: Bearer YOUR_API_TOKEN