Root & Key Verification¶
GET /api/¶
Returns the Solder version and stream. Use this endpoint to verify that your Solder installation is reachable and responding.
Example Request¶
Response (200)¶
GET /api/verify/{key}¶
Validate an API key. The Technic Platform calls this endpoint when you link a Solder instance to verify the connection. This endpoint is rate-limited.
Path Parameters¶
| Parameter | Type | Description |
|---|---|---|
key |
string | The API key to validate. |