Generate JWT Token
Generate a JWT token for an entity user with the given options. This token can be used to authenticate the entity and entity user in the Mercoa API and iFrame.
Path parameters
entityId
Entity ID or Entity ForeignID
userId
User ID or User ForeignID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
expiresIn
Expressed in seconds or a string describing a time span. The default is 1h.
invoice
pages
style
vendors
entity
Response
This endpoint returns a string.