curl https://api.agentcard.sh/api/v2/embed_origins \
-H "Authorization: Bearer $ORG_TOKEN"
{ "object": "embed_origins", "origins": ["https://app.example.com", "http://localhost:3000"] }
Embed origins
Get embed origins
The origins currently allowed to frame the wallet embed.
GET
/
api
/
v2
/
embed_origins
curl https://api.agentcard.sh/api/v2/embed_origins \
-H "Authorization: Bearer $ORG_TOKEN"
{ "object": "embed_origins", "origins": ["https://app.example.com", "http://localhost:3000"] }
curl https://api.agentcard.sh/api/v2/embed_origins \
-H "Authorization: Bearer $ORG_TOKEN"
{ "object": "embed_origins", "origins": ["https://app.example.com", "http://localhost:3000"] }