How to login into GoProxies API and list your current sub-users?
Last updated
Was this helpful?
Last updated
Was this helpful?
To login into GoProxies API and receive auth token, you will need to use email address and password that you used to register to our self-service dashboard.
Here is example of the curl request that will return you your login token:
To list current sub-users you'd need to call this , here's the example which would list all your sub-users, all you need to do is replaceYOUR_TOKEN_FROM_LOGIN
with your login token.