Skip to main content
POST
Mint a short-lived proxy credential

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-notte-request-origin
string | null
x-notte-sdk-version
string | null

Body

application/json
country
string | null

ISO 3166-1 alpha-2 country code, e.g. us.

city
string | null

Evomi city id or display name, e.g. new.york. Wins over country.

Response

Successful Response

username
string
required
password
string
required
expires_at
string<date-time>
required
proxy_url_tls
string
required

https://user:pass@host:443, for clients that do TLS to the proxy.

proxy_url_plain
string
required

http://user:pass@host:3128, for clients that cannot.