Logo
Arca24's Public API Documentation

Check if the access token is still valid

GET https://sem-ws.arca24.careers/v.1/token

It 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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string
Authorization
string




RESPONSES

status





Curl
curl -X GET 'https://sem-ws.arca24.careers/v.1/token' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Authorization: Basic client_secret, Bearer access_token'

ENDPOINTS