cURL
curl --request GET \ --url https://api.ziet.ai/v1/endpoints \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "method": "GET", "path": "<string>", "auth": true, "timeout": 30, "rate_limit": 123, "parameters": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "pagination": { "total": 123, "limit": 123, "offset": 123, "has_more": true } }
Get all endpoints from your deployed code. Endpoints are @Endpoint decorated functions that respond to HTTP requests.
Format: 'Api-Key sk_live_YOUR_KEY'
1 <= x <= 100
x >= 0
List of endpoints
Show child attributes