Get User Agent Storage By Key

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

addressstringRequired
keystringRequired

Query Parameters

no_cachebooleanOptionalDefaults to false

Response

Successful Response
keystring
The key identifying the storage item.
valuestring
The stored value corresponding to the key.

Errors