Requests Headers

Description

A request header contains information used by all actions.

Contents

  • X-Auth-Token

    Valid authentication token.

  • Accept

    Usable application media type.

    The JSON format ("application/json") and XML format ("application/xml") can be specified.

    Responses will be converted into the specified format.

  • Content-type

    Application media type of the resource content.

    The JSON format ("application/json") and XML format ("application/xml") can be specified.

    If Accept is omitted, responses will be converted into the specified format.