How could I find token from onlyOffice server?

I use the config that named token in DocAPI, how can i get it in my OSS server?The token is in body or header? And name what? token?Authorization?Please…

Hello @wyb656
On the Document server side information about JWT is contained in local.json file (it contains jwt secret and header).
Local.json file is located:
Linux: /etc/onlyoffice/documentserver/local.json (for docker installation, inside the container)
Windows: Program Files\ONLYOFFICE\DocumentServer\config\local.json

Useful links:
https://api.onlyoffice.com/editors/signature/
https://api.onlyoffice.com/editors/security

Ok,thank you.And another question here, please help me more.
I write local.json, need i restart docker container or docker?@Alexandre

Yes, please run supervisorctl restart all inside the container to accept all changes.