Path Parameters
The workspace id
Example:
"default"
curl --request GET \
--url http://localhost:8080/workspaces/{ws_id}/endpoints
{
"total": 1,
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"enabled": true,
"request": {
"method": "POST",
"headers": null,
"timeout": 10000
},
"retry": {
"strategy": "fixed",
"config": {
"attempts": [
0,
60,
3600
]
}
},
"events": [],
"metadata": {},
"rate_limit": {
"quota": 1,
"period": 2
},
"created_at": 123,
"updated_at": 123
}
]
}
curl --request GET \
--url http://localhost:8080/workspaces/{ws_id}/endpoints
{
"total": 1,
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"enabled": true,
"request": {
"method": "POST",
"headers": null,
"timeout": 10000
},
"retry": {
"strategy": "fixed",
"config": {
"attempts": [
0,
60,
3600
]
}
},
"events": [],
"metadata": {},
"rate_limit": {
"quota": 1,
"period": 2
},
"created_at": 123,
"updated_at": 123
}
]
}
The workspace id
"default"