cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/applications \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 42, "application_name": "Customer Support", "application_ref_name": "customer-support", "state": "ENABLED", "date_created": 1706000000 }, { "id": 43, "application_name": "Sales Bot", "application_ref_name": "sales-bot", "state": "ENABLED", "date_created": 1706100000 } ] }
List all applications belonging to your company. Use detailed=true to include full configuration.
detailed=true
Your Maitai API key from the Portal.
Include full configuration details in results.
List applications.
Show child attributes
Was this page helpful?