Skip to main content
GET
/
v1
/
auth
/
test-restricted-access-token
cURL
curl --request GET \
  --url https://public.api.live.turrisfi.com/v1/auth/test-restricted-access-token
{
  "data": {
    "message": "<string>"
  },
  "requestId": "dev-2c5e7cf2-9acf-4c8c-ab2f-b81f39d775a8",
  "timestamp": "2025-11-12T20:49:03.293Z"
}
Use this endpoint to verify that your restricted access token is properly configured and working.
This is a test endpoint intended for debugging authentication issues. It does not return any business data.

Response

Restricted access token is valid

data
object
required
requestId
string
required

Unique request identifier

Example:

"dev-2c5e7cf2-9acf-4c8c-ab2f-b81f39d775a8"

timestamp
string
required

Response timestamp

Example:

"2025-11-12T20:49:03.293Z"