J
Jinko Public API
Details
- URL
-
https://api.gojinko.com - Docs
- https://docs.gojinko.com/api-reference/introduction
Authentication
Jinko API key (`jnk_*`)
X-API-Key: <credential> + Jinko API key (`jnk_*`) Authorization: Bearer <credential> discovered Sign in at Jinko dashboard keys, click Create key, give it a name, and copy the jnk_ key when shown. Sandbox uses separate keys from production; generate the sandbox key from the same dashboard while targeting the sandbox environment documented in API keys.
Authorization: Bearer <credential> Install the CLI from Connect via CLI, then run jinko auth login and choose the OAuth browser sign-in path. The CLI prints a device URL and code; open the URL, approve access, and the CLI stores and refreshes the resulting token in ~/.jinko/config.yaml. This token works for the CLI and REST /v1 bearer auth, but the docs say it cannot be reused as a bearer token on the MCP endpoint.