Hi,
I need to get AWS regions for Genesys Cloud deployment ie the Genesys Cloud login URL based on organization Id. Is there any api where i could pass the orgId and get the Genesys Cloud login URL for that organization.
I will using it to hit the billing usage api i.e.
GET: https://billable-vendor-usage-api.usw2.pure.cloud/v1/regions/{region}/organizations/{orgId}?appIds={appIds}
Here the region is dynamic and I need to call this api for multiple users of different regions.
So, is there any api to get regions by orgId? Or any way this can be achieved?
Thanks