Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns an inbox embed without the raw token or embed URL.
cURL
curl --request GET \ --url https://api.kapso.ai/platform/v1/inbox_embeds/{inbox_embed_id} \ --header 'X-API-Key: <api-key>'
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "allowed_origins": [ "https://app.example.com" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "scope_id": "<string>", "scope_name": "<string>", "assigned_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "assigned_user_name": "<string>", "expires_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z" } }
Success
Show child attributes
Was this page helpful?