Skip to main content
GET
/
auth
/
userEndPointsAccess
Get all user end points access
curl --request GET \
  --url https://tmextapidev.estream.com/index.cfm/auth/userEndPointsAccess
{
  "message": "Accessible Endpoints data retrieved successfully.",
  "status": 200,
  "success": true,
  "data": [
    {
      "description": "Create token",
      "endpointName": "token"
    },
    {
      "description": "User End Points Access",
      "endpointName": "/auth/userEndPointsAccess"
    }
  ]
}

Query Parameters

token
string
required

Response

200 - application/json

Success

The response is of type object.