Skip to main content
GET
Resolve project identity from an API key

Authorizations

x-api-key
string
header
required

Project API key. Manage keys in the Zespan dashboard under project settings.

Response

Project identity and resolved SDK config.

Project identity and resolved SDK config for the authenticated API key.

projectId
string<uuid>
required
projectName
string
required
Example:

"Checkout Agent"

orgId
string<uuid>
required
configVersion
required

Monotonic version of the resolved SDK config, as an integer or string depending on how it was stored.

Example:

4

config
object
required

The project's resolved SDK config — a free-form, server-pushed settings bag — plus two fields the CLI's zespan doctor reads directly: pii (the project's actual redaction policy) and latestSdkVersion (omitted entirely, not sent as null, when it can't be resolved).