Skip to main content

Initialization

Initialize the SDK using a project ID and project key to obtain an access token.

// Request
POST /api/v1/auth/init
{
projectId: string
projectKey: string
}

// Response
{
token: string
expiresAt: string
}