Portabase Logo
Portabase DashboardAPIAgents

Get agent edge key

GET
/agents/{id}/key

Authorization

apiKeyAuth
x-api-key<token>

API key generated from the Portabase dashboard. Pass as the x-api-key header.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/agents/123e4567-e89b-12d3-a456-426614174000/key"
{
  "data": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}