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