Get token
GET https://public-apis-api.herokuapp.com/api/v1/auth/token
Generate a token with expiration time for 5 minutes.
RESPONSES
status: OK
{"token":"some-random-token"}
GET https://public-apis-api.herokuapp.com/api/v1/auth/token
Generate a token with expiration time for 5 minutes.
status: OK
{"token":"some-random-token"}