HTTP Body

Required arguments to methods must be passed via the HTTP request body in json format. For example when calling the fetch() method, we must pass a spec parameter. This can be passed with a json formatted payload like this:


{{


Necessary HTTP Headers

HeaderDescriptionPossible Values
AcceptIndicates the media types which are acceptable for the responseapplication/json application/xml (default)
Content-TypeIndicates the media type of the entity-body sent to the recipientapplication/json
Request-MethodIndicates the desired action to be performed for the resource

POST

AuthorizationUsername and Password

Official Documentation (Please note this page currently closely mirrors that available at the official documentation):