cURL
curl --request GET \ --url https://api.ppio.com/gpu-instance/openapi/v1/repository/auths \ --header 'Authorization: <authorization>'
{ "data": [ { "id": "<string>", "name": "<string>", "username": "<string>", "password": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://ppio.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
隐藏 properties
curl --location --request GET 'https://api.ppio.com/gpu-instance/openapi/v1/repository/auths' \ --header 'Authorization: Bearer {{API 密钥}}'
{ "data": [ { "id": "20", "name": "test", "username": "test", "password": "xxxxxxxx" } ] }