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
}
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
}