1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/examples/GreenMax/GetAuthorizationCode.txt

10 lines
442 B
Plaintext
Raw Normal View History

2025-10-21 11:36:43 +03:00
 ApiUrl = "https://3100.api.green-api.com/v3";
MediaUrl = "https://3100.api.green-api.com/v3";
IdInstance = "31003...";
ApiTokenInstance = "17915d8e0b4b4975a183478da...";
2025-10-18 14:16:12 +03:00
PhoneNumber = 441234567890;
AccessParameters = OPI_GreenMax.FormAccessParameters(ApiUrl, MediaUrl, IdInstance, ApiTokenInstance);
Result = OPI_GreenMax.GetAuthorizationCode(AccessParameters, PhoneNumber);