Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

StatusWhat it means
200The Request was received and executed successfully.
400The Request was received, but contained Bad Data, so was not executed.
401The Request was received, but your User permissions are not authorized to perform the requested operation.
403The Request was received, but you lack the User permissions to perform the requested operation.
404The Request was received, but the desired End Point was not found.
405The Request was received, but you are not allow to perform the requested operation.


Configuring REST Headers

Depending on the desired formatting of the request, there are two headers that can be sent.

...