Document Picker
Generate Document Picker Token
Generates a token that can be used to embed a document picker for the specified product. Only documents for the specified product are shown in the picker.
post/v1/documents/pickerToken
Request body
Example request
{
"product": "lucidchart",
"targetOrigin": "https://example.com"
}Response
OK - with valid token that can be used to embed a document picker.