cURL
curl --request GET \ --url https://api.example.com/servers/{id}/prompts \ --header 'Authorization: Bearer <token>'
{ "prompts": [ { "serverID": "kSuB9Gf6aD4", "promptID": "kSuB9Gf6aD4" } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
MCP Server ID
A list of associated prompts
Show child attributes