Hi Johnny,
Both URLs are important: my is for OAuth (in Malaysia) and api is for everything else.
my
api
Here is the complete list of test URLs:
The authorization server hosts the OAuth endpoints, the API server hosts all API resources.
The same URL structure exists in production. The only difference between test and production is the domain name (respectively .org and .com).
.org
.com
I hope this helps,Florian
Hi Johnny,
Both URLs are important:
my
is for OAuth (in Malaysia) andapi
is for everything else.Here is the complete list of test URLs:
The authorization server hosts the OAuth endpoints, the API server hosts all API resources.
The same URL structure exists in production. The only difference between test and production is the domain name (respectively
.org
and.com
).I hope this helps,
Florian
Florian Poulin marked this as solved