cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/organization/apps/check-slug \ --header 'Authorization: Bearer <token>'
{ "available": true, "slug": "my-app" }
Check if an app slug is available for use
Admin API key (format: sk_admin_*) for organization-level operations
Slug to check availability for
1
"my-app"
Slug availability result
Whether the slug is available
true
The slug that was checked