Getting payment required error #510
-
I was trying to implement the signal APIs but the API call if failing with response HTTP ERROR 402 Payment Required
Is there any official documentation for the Signal API? I saw that there was a related bug for the same: #201 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
there is no official API documentation. You can look at the libsignal service code in the android repository: https://github.com/signalapp/Signal-Android Error 402 means CaptchaRequiredException: https://github.com/AsamK/signal-cli/wiki/Registration-with-captcha |
Beta Was this translation helpful? Give feedback.
-
This worked. Thanks a ton!!! |
Beta Was this translation helpful? Give feedback.
there is no official API documentation. You can look at the libsignal service code in the android repository: https://github.com/signalapp/Signal-Android
Error 402 means CaptchaRequiredException: https://github.com/AsamK/signal-cli/wiki/Registration-with-captcha