Get metadata
Metadata
Get metadata
Retrieve metadata for a given entity.
GET
Get metadata
Get metadata retrieves the custom metadata associated with a given entity.
The response includes an
ETag header representing the current version of the metadata. You can use this value with the If-None-Match header in subsequent requests to efficiently check if the metadata has changed—if it hasn’t, the server returns 304 Not Modified without the response body, saving bandwidth.
Returns
404 Not Found if no metadata exists for the entity. Create metadata using the Set metadata endpoint.Authorizations
OAuth 2.0 authentication.
Headers
Retrieves the entity metadata only if it does not match the given revision.
Pattern:
^(?:W\/)?"([A-Fa-f0-9]{64})"$Path Parameters
The type of entity whose metadata is being accessed.
Available options:
accounts, external-accounts, files, transactions, users The unique identifier of the entity whose metadata is being accessed.
Response
Metadata retrieved.