All URIs are relative to **
Method | HTTP request | Description |
---|---|---|
authGeneratetokenPost | POST /1.0.0/auth/generatetoken | Create an authentication token |
authValidatetokenGet | GET /1.0.0/auth/validatetoken | Validate authentication token |
Create an authentication token
Create an authentication token
TelstraTPN authGeneratetokenPost
Name | Type | Description | Notes |
---|---|---|---|
grantType | string | ||
username | string | ||
password | string |
No authorization required
- Content-Type: application/x-www-form-urlencoded
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Validate authentication token
Validate the authentication token and get information about the user (roles, permissions, etc.)
TelstraTPN authValidatetokenGet
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]