cURL
curl --request GET \ --url https://rdp.sh/api/v1/distros \ --header 'Authorization: <api-key>'
[ { "id": 1, "description": "Debian 12" } ]
Retrieve a list of available distros.
The request was successful, and the server has returned the requested resource in the response body.
The response is of type GetDistrosOk · object[].
GetDistrosOk · object[]