Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json
Method of the request
Available options:
GET
, POST
, PUT
, PATCH
, DELETE
Path of the request
Example:
"/employees"
headers of the request
Example:
{ "Content-Type": "application/json" }
params of the request
Example:
{ "a": 1, "b": 2 }
Body of the request
format of the request
Available options:
JSON
, XML
, MULTIPART
Example:
"JSON"
format of the response
Available options:
JSON
, XML
, MULTIPART
Example:
"JSON"
timeout of the request
Example:
300
Response
Successful Response
The response is of type any
.