# Parameters
Several API methods accept optional parameters. For GET requests any optional parameters can be specified as a query string parameter.
For POST, PUT, PATCH and DELETE requests, parameters are encoded in the JSON body with a Content-Type
of application/json
.
← Schema Client errors →