post https://api.fonestorm.com/v2/auth
Create an authentication token to use for API requests.
Notes
A successful call to this endpoint will return an HTTP status code of 201 Created
and an Authorization object in a JSON response.
An unsuccessful call (due to an incorrect user name or password) will return an HHTP status code of 401 Unauthorized
.
Once you have a token, you can use it to authenticate your requests by including it in a Token
header:
...
Content-Type: application/json; charset=utf-8
Cache-Control: no-cache
Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50Ijp7ImlkIjoiODAwODA1NjU2MiJ9LCJwb3J0YWwiOnsidG9rZW4iOiJjODJjMmVkYzMzNWIwYzI3NjYwOWIzNDcxMmFmOWZlOCJ9LCJpYXQiOjE1MTYxMzc1NTQsImV4cCI6MTUxNjE0MTE1NH0.9XdG1o-KIsO_K7o0eaHb-Enqy4ETkQSQS4MhpdvhsrE
...
Response Properties
Property | Type | Description |
---|---|---|
authorization | object | Authorization object. |