POST prosper/v1/notify
Sends an SMS to the specified User

Errors

Code Description
401 Unauthorized
404 Not Found

Params

Param name Description
auth_token
required

UUID Associated with an individual User

Validations:

  • Must be a String

message
required

Message to be sent

Validations:

  • Must be a String


POST prosper/v1/send_confirmation
Sends an Email to the specified User

Errors

Code Description
401 Unauthorized
404 Not Found

Params

Param name Description
auth_token
required

UUID Associated with an individual User

Validations:

  • Must be a String

order_id
required

Order Id/number related the confirmation message being constructed

Validations:

  • Must be one of: String, Integer.