Skip to main content
POST
Verify a session token and resolve its organization

Authorizations

Authorization
string
header
required

Marketplace API key

Body

application/json
sessionToken
string
required

The app-scoped token the App Bridge handed your iframe — maxcare.appToken(), or the auth:token-request reply. Named sessionToken for wire compatibility; a Clerk session token is not accepted here, and the platform no longer issues one to embedded apps.

Example:

"eyJhbGciOiJFUzI1NiIsImtpZCI6InlQOVBQb095dURFNnVKVXNYYlo3TmZKck41M21xM1I1blJtTFBEdk4zWlUifQ..."

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required