Modal API
Get Vendor JWT
Provides a JWT token that allows to do operations on behalf of a vendor.
GET
/
public
/
v1
/
modal-service
/
auth
/
vendors
/
{vendor-id}
Path Parameters
vendor-id
string
requiredThe ID of the vendor for which an external token will be retrieved.
Minimum length:
1
Response
200 - application/json
The result for a vendor validation.
authorized
boolean
requiredIndicates if a vendor is authorized to use the Topsort Modal API.
authToken
string
A JWT that can be used as authentication for the Topsort Modal API.