Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 1.83 KB

AuthenticationApi.md

File metadata and controls

73 lines (44 loc) · 1.83 KB

AuthenticationApi

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

authGeneratetokenPost

Create an authentication token

Create an authentication token

Example

TelstraTPN authGeneratetokenPost

Parameters

Name Type Description Notes
grantType string
username string
password string

Return type

AuthGeneratetokenResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

authValidatetokenGet

Validate authentication token

Validate the authentication token and get information about the user (roles, permissions, etc.)

Example

TelstraTPN authValidatetokenGet

Parameters

This endpoint does not need any parameter.

Return type

AuthValidatetokenResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]