Authorizations
Apikey
Path Parameters
O nome da sessão (instanceName) que você deseja autenticar
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/auth/request-code \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"phoneNumber": "12132132130",
"method": null
}'
O parâmetro deve ser o instanceName da sessão.
curl --request POST \
--url https://api.wappfy.com.br/api/{session}/auth/request-code \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"phoneNumber": "12132132130",
"method": null
}'
Apikey
O nome da sessão (instanceName) que você deseja autenticar