Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Query Parameters
URL upon which to get credentials
Response
Successful Response
Retrieved credentials
Get stored credentials for provided url
Only the root domain of the url is matching against the credentials. I.e
url = "https://www.github.com/login"
will be used to match any request for *.github.com/*
(subdomains are also matching).
Note: credentials are encrypted and only you can access them.
The access token received from the authorization server in the OAuth 2.0 flow.
URL upon which to get credentials
Successful Response
Retrieved credentials