Skip to main content

Retrieving and using the plugin session token

For your public API to call the Acuitas Marketplace API, it needs a Plugin Session Token (PST). To retrieve this, your web component can use the onRequestToken callback, specifying the subject type (what type of data) and subject identifiers (the identifiers of the data). The callback returns the PST that allows you to access the requested data from our public API. The flow looks like: