curl --request GET \
--url https://api.wacht.dev/ai/mcp-servers \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deployment_id": "<string>",
"name": "<string>",
"config": {
"endpoint": "<string>",
"auth": {
"type": "token",
"auth_token": "<string>"
},
"headers": {}
}
}
],
"has_more": true,
"limit": 123,
"offset": 123
}Was this page helpful?
curl --request GET \
--url https://api.wacht.dev/ai/mcp-servers \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deployment_id": "<string>",
"name": "<string>",
"config": {
"endpoint": "<string>",
"auth": {
"type": "token",
"auth_token": "<string>"
},
"headers": {}
}
}
],
"has_more": true,
"limit": 123,
"offset": 123
}