/TransGuardian/Authenticate POST
Acquires an authentication token to allow access to other TransGuardian endpoints
- URL
- /TransGuardian/Authenticate
- Verb
- POST
Headers
Header |
Data Type |
Valid Values |
Required |
Description |
Content-Type |
string |
application/json |
YES |
The format your data will be sent to our site. |
X-DevKey |
string |
string |
YES |
The devkey assigned to the developer. |
Input
None
Output
Parameter |
Data Type |
Valid Values |
Description |
AuthToken |
string |
string |
The authentication token to be passed as a parameter in subsequent TransGuardian endpoint requests. |