mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 15:44:28 +01:00
Merge branch 'master' into patch-2
This commit is contained in:
@@ -26,6 +26,8 @@ e.g:
|
|||||||
4. Use it to make the registration call like this:
|
4. Use it to make the registration call like this:
|
||||||
|
|
||||||
`curl -X POST -H "Content-Type: application/json" -d '{"captcha":"captcha value"}' 'http://127.0.0.1:8080/v1/register/<number>'`
|
`curl -X POST -H "Content-Type: application/json" -d '{"captcha":"captcha value"}' 'http://127.0.0.1:8080/v1/register/<number>'`
|
||||||
|
or via voice
|
||||||
|
`curl -X POST -H "Content-Type: application/json" -d '{"captcha":"captcha value","use_voice": true}' 'http://127.0.0.1:8080/v1/register/<number>`
|
||||||
|
|
||||||
- Verify the number using the code received via SMS/voice
|
- Verify the number using the code received via SMS/voice
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user