Links API DocsLinks API Docs

Retrieve a JWT Token for Lite API Authorization

GET/api/auth/getdropinuijwttoken

This endpoint returns a JWT token (GUID) which is used to authorize requests in the Lite version of the API.

Response

A successful response containing the JWT token to be used for authentication in the Lite API.

Request
curl -X GET "https://testapi.linksmerchantservices.com/api/auth/getdropinuijwttoken"
Response
(no body)