Get project details by ID
Retrieves detailed information about a specific project using its unique identifier. This endpoint provides complete project configuration including webhook URLs, creation and update timestamps, and webhook secrets. Use this endpoint to inspect project settings or verify project configuration.
Path parameters
projectId
Unique identifier (Nano ID) of the project to retrieve
Headers
x-api-key
Response
Project retrieved successfully. Returns a complete project object with all configuration details.
id
Unique identifier for the project
org_id
Identifier of the organization that owns this project
name
Name of the project
email
Email address associated with the project
created_at
ISO timestamp when the project was created
updated_at
ISO timestamp when the project was last updated
deleted
Whether this project has been soft-deleted
webhook_url
URL where webhook events will be sent (can be null)
event_webhook_url
URL where event webhook notifications will be sent (can be null)
webhook_secret
Secret key used to sign webhook payloads for verification
triggers_enabled
Whether triggers are enabled for this project
last_subscribed_at
ISO timestamp when the project last subscribed to updates
is_new_webhook
Indicates if the webhook configuration is using the new format