Looks like the Great Firewall or something like it is preventing you from completely loading www.skritter.com because it is hosted on Google App Engine, which is periodically blocked. Try instead our mirror:

legacy.skritter.cn

This might also be caused by an internet filter, such as SafeEyes. If you have such a filter installed, try adding appspot.com to the list of allowed domains.

Cancellations, Cancellation Reasons Endpoints

For clients which support cancelling your account, please collection cancellation reason data. Use GET cancellationreason to look up the current list of CancellationReasons for cancelling your account, then submit the chosen reason and a custom message with a POST cancellation request.

GET http://legacy.skritter.com/api/v0/cancellationreasons

Request

  • cursor
    string used for pagination
  • limit
    maximum number of CancellationReasons to fetch.
    (default, max: 100)

Response

  • CancellationReasons
    list of CancellationReasons.
  • cursor
    string to pass back in future requests for pagination. If not included, there are no more. If included, there probably are more.
POST http://legacy.skritter.com/api/v0/cancellation

Request

POST data is a Cancellation. Only reason and message can be submitted, and only reason is required.

Response