Headers

You can use headers to pass parameters and customize options for HTTP requests. Plant Applications REST API supports several standard HTTP headers. The common headers are:

  • HTTP Accept - Indicates the format that your client accepts for the response body. The default value is application/json.
  • HTTP Content-type - Indicates the format of the request body that you attach to the request.
  • HTTP Authorization - Provides the OAuth 2.0 access token to authorize your client.

Below is an example of a sample header: