This is the public API documentation for Reditus Affiliates
PUT : To create resource
POST : Update resource
GET : Get a resource or list of resources
DELETE : To delete resource
OK
- the request was successful (some API calls may return 201 instead).Created
- the request was successful and a resource was created.No Content
- the request was successful but there is no representation to return (i.e. the response is empty).Bad Request
- the request could not be understood or was missing required parameters.Unauthorized
- authentication failed or user doesn’t have permissions for requested operation.Forbidden
- access denied.Not Found
- resource was not found.Method Not Allowed
- requested method is not supported for resource.