Logo
Arca24's Public API Documentation

Create an access token

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

Using this method you can retrive the access token you need in order to use all the other methods of the S.E.M. API.

Input
Output
  • access_token
  • expires_in
  • token_type
  • scope
  • refresh_token

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://sem-ws.arca24.careers/v.1/token' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"grant_type":"password","client_id":"client_id","client_secret":"client_secret","username":"username","password":"password","scope":"all"}'

ENDPOINTS