Check if the access token is still valid
GET https://examinlab.arca24.careers/ws/v.1/token
This method simply returns an HTTP response status codes based on the data sent in the header.
Output
- 200: if your access token is still valid
- 401: if your access token is not valid
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Authorization | string |