Retrieve an Account's Data
This endpoint represents a single data for a given account.
Path Parameters
- account_id string required
This account’s public key encoded in a base32 string representation.
- key string required
The key name for this data.
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
- RetrieveAnAccountsData
Schema
- value string
{
"value": "string"
}
{
"value": "MQ=="
}
Loading...