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
Admin API key (format: sk_admin_*) for organization-level operations
List all apps
Show child attributes
Total number of apps
100