Start a session

POST https://ws.jobarch.com/v.api.1/session

Using this method you can retrive the session key you need in order to use all the other methods of the JobArch API.\ Attention: in this method the Content-Type value is application/x-www-form-urlencoded and the POST parameters have to be sent as form-data.

Input
  • username*: the username of your JobArch account;
  • password*: the password of your JobArch account;
Output
  • session_key

Request Body

[{"name"=>"username", "value"=>"{{username}}", "datatype"=>"string"}, {"name"=>"password", "value"=>"{{password}}", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring