Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

MCP server ID and customer details for URL generation

mcpServerId
string
required

The unique identifier for the MCP server

Example:

"63re68ca47d201fa9d2974fa"

customerDetails
object
required

Response

MCP URL generated successfully

status
enum<string>

Indicates whether the request was successful

Available options:
success,
error
Example:

"success"

data
object
error
object