Skip to main content
GET
/
auth
/
token
Create token
curl --request GET \
  --url https://tmextapidev.estream.com/index.cfm/auth/token
{
  "message": "Login successful",
  "code": 200,
  "success": true,
  "token": "ABC123-D456..."
}

Query Parameters

username
string
required
password
string
required

Response

200 - application/json

Success

The response is of type object.