Create Access Token
Quadrata SDK API Service: Create Access Token
Create a JWT authentication token for use in the onboarding client components and other API services.
Parameters
Name
Type
Description
apiKey
*
string
Your API Key
options
object
API and Fetch Options
Parameter Options
Name
Type
Description
allowUnsafeClientApiCall
boolean
Allow service to run in client
SDK Configuration
Name
Type
Description
environment
*
QuadrataEnvironment
See API Authentication for more information about the underlying API endpoint.
Example
Last updated