Gatana Documentation
RoutesMcp serversServerslugCredentialsProfileProfileidApikeys

/mcp-servers/{serverSlug}/credentials/profile/{profileId}/apikeys

GET
/mcp-servers/{serverSlug}/credentials/profile/{profileId}/apikeys
AuthorizationBearer <token>

In: header

Path Parameters

serverSlug*string
Length1 <= length
profileId*string
Length1 <= length

Response Body

application/json

curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/mcp-servers/string/credentials/profile/string/apikeys"
{
  "apikeys": [
    [
      "string",
      "string"
    ]
  ]
}