Deprecated k6 REST API
Warning
The Grafana Cloud k6 endpoints under this section are deprecated and planned for removal in the near future. Migrate to the latest API endpoints to avoid disruptions.
Authentication
Authentication is based on a custom token scheme.
The Auth Token lets you interact with the k6 CLI and REST API.
Requests to the cloud API MUST contain an authorization header with the value of your token. Using curl, a request looks like this:
curl -H "Authorization: token <YOUR_API_TOKEN_HERE>" #replace with your token