Get Note By Entity
Retrieve the note attached to an entity, by the entity's ID.
Use this when you know what the note is about but not the note's own ID.
Returns 404 when the entity has no note.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
entity_id
account_id
Response
Successful Response
id
Unique identifier for the note, prefixed note_.
content
The note's text content.
entity_id
ID of the entity this note is attached to, such as a customer (cus_...), subscription (sub_...), or invoice (in_...).
created_at
When the note was created (UTC).
updated_at
When the note was last modified (UTC). Equals created_at until the first update.
Errors
422
Unprocessable Entity Error