Skip to content

Token issuance API

An API for issuing tokens for signed embeds. For the integration flow, see Integration steps.

POST
/api/notebook/issueToken

Request Body

application/json
JSON
{
  
"api_key": "6729a28bc7100424ad4e2e5d",
  
"api_secret": "c711defdff5f4e3e8e53d4f408579b9a",
  
"integration_id": "671ef14b0d08cf6c657df7da",
  
"page_id": "671ecbbf2990c63fea3b3a26",
  
"token_user_id": "string",
  
"params": [
  
  
{
  
  
  
"param_id": "6722c7061b02448a4056d84d",
  
  
  
"param_value": ""Hello world""
  
  
}
  
],
  
"expires_in": 3600,
  
"cache_max_age": 86400
}

Responses

Generated token

application/json
JSON
{
  
"token": "(Generated-token)"
}

Playground

Body

Samples