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

Request Body

{"grant_type"=>"password", "client_id"=>"{{client_id}}", "client_secret"=>"{{client_secret}}", "username"=>"{{username}}", "password"=>"{{password}}", "scope"=>"all"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring