cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/organization/apps \ --header 'Authorization: Bearer <token>'
{ "apps": [ { "id": "app_2DbBs7GWhGvVNJGrDXr5RG0mBWI", "slug": "my-app", "name": "My App", "status": "active", "createdAt": "2021-08-01T00:00:00Z", "updatedAt": "2021-08-01T00:00:00Z" } ], "totalCount": 100 }
List all apps in the organization
Documentation IndexFetch the complete documentation index at: https://docs.buildwithchirp.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.buildwithchirp.com/llms.txt
Use this file to discover all available pages before exploring further.
Admin API key (format: sk_admin_*) for organization-level operations
List all apps
Show child attributes
Total number of apps
100