Get project
Returns the data of the project associated with the provided API key.
This endpoint lets you programmatically fetch the token, or other settings and metadata, of the project linked to your API key.
Bearer token for a project API key. This endpoint returns data for that project only.
Example: Bearer vem_abcdefghijklmnopqrstuvwxyz123456
Responses
200 Success
application/json
project
Description
Project data associated with the provided API key. id
Description
Unique project identifier Example
"4232882524803099"
name
Description
Name of the project
domain
Description
Primary domain of the project
token
Description
Public token used for tracking Example
"project_token_123"
createdAt
Description
Project creation timestamp (ISO 8601) Example
"2026-02-07T12:00:00.000Z"
firstEventAt
Description
Timestamp of the first ingested event, if available (ISO 8601) Example
"2026-02-07T12:30:00.000Z"
hasPublicDashboard
Description
Whether the project has public dashboard access enabled
excludedIps
Description
List of excluded IP Addresses
excludedCountries
Description
List of excluded countries as ISO 3166-1 alpha-2 codes
400 Bad request - invalid request payload or parameters
application/json
error
Description
Validation error details. code
Description
Machine-readable validation error code.
message
Description
Human-readable validation summary.
details
Description
Per-field validation issues.
Show nested properties (2)
field
Description
Path to the invalid request field.
message
Description
Validation error message for the field.
401 Unauthorized - invalid or revoked API key
application/json
error
Description
Error details. code
Description
Machine-readable error code.
message
Description
Human-readable error message.
429 Rate limit exceeded
application/json
error
Description
Error details. code
Description
Machine-readable error code. Type
"RATE_LIMIT_EXCEEDED"
message
Description
Human-readable error message.
500 Unexpected internal error
application/json
error
Description
Error details. code
Description
Machine-readable error code. Type
"INTERNAL_SERVER_ERROR"
message
Description
Human-readable error message.