curl --request GET \
--url https://api.mixpeek.com/v1/apps{
"results": [
{
"app_id": "<string>",
"slug": "<string>",
"url": "<string>",
"meta": {
"title": "<string>",
"description": "Search across 10k+ product images",
"logo_url": "https://cdn.example.com/logo.png",
"favicon_url": "https://cdn.example.com/favicon.ico",
"indexable": false
},
"is_active": true,
"version": 123,
"template": "<string>",
"custom_domains": [
{
"domain": "<string>",
"status": "pending",
"verification_token": "<string>",
"cname_target": "<string>",
"tls_cert_id": "<string>",
"tls_expires_at": "2023-11-07T05:31:56Z",
"verified_at": "2023-11-07T05:31:56Z",
"is_primary": false
}
],
"has_unpublished_changes": false,
"auth_config": {
"mode": "public",
"clerk_org_id": "<string>",
"clerk_allowed_providers": [
"<string>"
],
"password_hash": "<string>",
"saml_idp_metadata_url": "<string>",
"saml_sp_entity_id": "<string>",
"saml_acs_url": "<string>",
"oidc_issuer": "<string>",
"oidc_client_id": "<string>",
"oidc_client_secret_name": "<string>",
"oidc_scopes": [
"<string>"
],
"jwt_jwks_url": "<string>",
"jwt_audience": "<string>",
"jwt_issuer": "<string>",
"api_keys": [
{}
]
},
"build_config": {
"entry": "src/layout.jsx",
"framework": "react",
"tailwind": true,
"env_vars": {},
"asset_prefix": "<string>"
},
"monitoring_config": {
"enabled": true,
"error_boundary_enabled": true,
"sentry_enabled": true,
"posthog_enabled": true,
"custom_error_message": "<string>",
"auto_fix_enabled": true
},
"repo_url": "<string>",
"repo_branch": "<string>",
"environments": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"total_count": 123,
"limit": 123,
"offset": 123
}List all Apps for this organization.
curl --request GET \
--url https://api.mixpeek.com/v1/apps{
"results": [
{
"app_id": "<string>",
"slug": "<string>",
"url": "<string>",
"meta": {
"title": "<string>",
"description": "Search across 10k+ product images",
"logo_url": "https://cdn.example.com/logo.png",
"favicon_url": "https://cdn.example.com/favicon.ico",
"indexable": false
},
"is_active": true,
"version": 123,
"template": "<string>",
"custom_domains": [
{
"domain": "<string>",
"status": "pending",
"verification_token": "<string>",
"cname_target": "<string>",
"tls_cert_id": "<string>",
"tls_expires_at": "2023-11-07T05:31:56Z",
"verified_at": "2023-11-07T05:31:56Z",
"is_primary": false
}
],
"has_unpublished_changes": false,
"auth_config": {
"mode": "public",
"clerk_org_id": "<string>",
"clerk_allowed_providers": [
"<string>"
],
"password_hash": "<string>",
"saml_idp_metadata_url": "<string>",
"saml_sp_entity_id": "<string>",
"saml_acs_url": "<string>",
"oidc_issuer": "<string>",
"oidc_client_id": "<string>",
"oidc_client_secret_name": "<string>",
"oidc_scopes": [
"<string>"
],
"jwt_jwks_url": "<string>",
"jwt_audience": "<string>",
"jwt_issuer": "<string>",
"api_keys": [
{}
]
},
"build_config": {
"entry": "src/layout.jsx",
"framework": "react",
"tailwind": true,
"env_vars": {},
"asset_prefix": "<string>"
},
"monitoring_config": {
"enabled": true,
"error_boundary_enabled": true,
"sentry_enabled": true,
"posthog_enabled": true,
"custom_error_message": "<string>",
"auto_fix_enabled": true
},
"repo_url": "<string>",
"repo_branch": "<string>",
"environments": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"total_count": 123,
"limit": 123,
"offset": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
1 <= x <= 1000x >= 0Filter by template type
Exact match on app slug
Case-insensitive partial match on app name
Was this page helpful?