GET
/
api
/
v1
/
custom-agents
/
agents
/
{agent_id}
/
shares
{
  "agent_id": "<string>",
  "shared_with": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string
required

Response

200
application/json
Successful Response
agent_id
string
required
shared_with
string[]
required