C
Coder REST API
Details
- URL
-
https://<your-coder-deployment>/api/v2 - Docs
- https://coder.com/docs/reference/api
Authentication
Coder-Session-Token: <credential> Create a long-lived token from your own Coder deployment. The docs show two easy paths: visit [your Coder deployment]/settings/tokens (for example https://coder.example.com/settings/tokens) from the REST API quickstart, or run coder tokens create after logging in with the CLI as shown in the Authentication docs. Use the resulting token with the Coder API.