cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/organization/app-keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "id": "key_app_2DbBs7GWhGvVNJGrDXr5RG0mBWI", "name": "<string>", "keyPreview": "sk_live_app_****", "appId": "app_2DbBs7GWhGvVNJGrDXr5RG0mBWI", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "totalCount": 10 }
List all app keys for the organization
Admin API key (format: sk_admin_*) for organization-level operations
Unique identifier for a App. Format: app_[test_]{ksuid}
"app_2DbBs7GWhGvVNJGrDXr5RG0mBWI"
List all app keys
Show child attributes
Total number of app keys
10