RoutesMcp serversServerslugCredentialsProfileProfileidApikeys
/mcp-servers/{serverSlug}/credentials/profile/{profileId}/apikeys
AuthorizationBearer <token>
In: header
Path Parameters
serverSlug*string
Length
1 <= lengthprofileId*string
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/mcp-servers/string/credentials/profile/string/apikeys"{
"apikeys": [
[
"string",
"string"
]
]
}