Discover

Call the discovery endpoint after installation, token exchange, or rotation to verify the connection your integration is actually using. The response is derived from the validated bearer token, never from request-supplied store or app identifiers. It requires authentication but no resource scope, so even a narrowly scoped token can identify its store, API version, credential type, granted scopes, and resolved store context.

Endpoints#

Discover connection

GET

Inspect the authenticated Store API connection.

Returns the API version, credential identity, granted scopes, and non-secret store context resolved from the bearer token. Use it after installation or token rotation to verify which store and permissions the integration is actually connected to. No resource scope is required, but the token must be valid and its store subscription must be usable.

Headers

Name Type Description
Authorization required string

Bearer Store API token.