Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added 409: Duplicate request. Some text corrections.
200Success
201

Created successfully

The request to create some sort of object was completed with success and the new object was createdobject or connection was successfully created.

204

Operation successful but no content returned

The requested operation was carried out successfully but didn’t didn't return any data.

 303

Already exists

The object that was attempted created already exists in the databaseAn attempt was made to create an object or connection which already exists. Along with the status code is usually the location , a "location" URL pointing to a GET method to retrieve for the object that already existsexisting object may be returned.

400

Invalid data

Even though the request was in the right format, the data within the request doesn’t do not meet the validation rules.

401

Bad signature

The request authentication signature is invalid. The response header will contain a sub-code with more information about the specific error:

  1. The "signature" header is missing
  2. Multiple "signature" headers
  3. Signature must be a correctly formatted JSON string
  4. Signature is missing “AppKey” or it is invalid
  5. Signature is missing “IssuedAt” or it is invalid
  6. "IssuedAt" timestamp is not within 60 minutes of the server time
  7. AppKey not found
  8. Signature is missing "Token"
  9. Signature has an incorrect "Token" hash
  10. The "Token" was encrypted using an expired AppSecret
403

Authentication failed

Credentials for a specific account were invalid.

404

Object not found

The requested object wasn’t foundwasn't found.

409

Duplicate request

A duplicate request is currently being processed.

412

Operation not allowed

Even though the app was correctly authenticated, the requested operation is not permitted due to restrictions on the particular app.

500Server error
501

Malformed request

The data supplied in the request body is not in the expected format.