This endpoint represents a single data associated with a given account.
Request
GET /accounts/{account}/data/{key}
Arguments
name |
notes |
description |
example |
key |
required, string |
Key name |
user-id |
Response
This endpoint responds with a value of the data field for the given account. See data resource for reference.
Possible Errors
- The standard errors.
- not_found: A
not_found
error will be returned if there is no account whose ID matches the account
argument or there is no data field with a given key.
在 GitHub 上编辑此页面