Proxies

Add a proxy

Use this API to add a proxy to your account.

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Body
namestringRequired

The proxy name

Example: My Proxy
Responses
201

Proxy added successfully

application/json
post
/api/v1/public/proxies

Buy a proxy

Use this API to buy a proxy for connected account.

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Body
connectedAccountIdstringRequired
Responses
201

Proxy purchased successfully

application/json
post
/api/v1/public/proxies/buy

Update a proxy

Use this API to update proxy credentials, in case it gets expired or updated from provider

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
proxyIdstringRequired
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Body
namestringOptional

The proxy name

Example: My Proxy
Responses
put
/api/v1/public/proxies/{proxyId}

List all proxies

This API will be used for listing all proxies of your account by their name

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
startnumberOptional

The page No

Example: 0
limitnumber · min: 1 · max: 50Optional

The Page Size

Example: 10
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Responses
get
/api/v1/public/proxies

Get proxy by ID

This API will be used to get location and credentials of proxy by ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
proxyIdstringRequired
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Responses
get
/api/v1/public/proxies/{proxyId}

Delete proxy by ID

This API will be used to delete proxy from your TexAu account

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
proxyIdstringRequired
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Responses
delete
/api/v1/public/proxies/{proxyId}

Last updated