Source references

Create source reference

POST /api/v1/source_references on the Little Outreach JSON API. Send Authorization: Bearer or X-Api-Key on every request.

Description

Attaches a standalone citation to an existing Person, Organization, or Membership.

Most callers don't need this endpoint — other write endpoints (create/update people,
organizations, memberships, places, name aliases) already accept `source_reference`
inline. Use this when you want to add another citation to a record later without
changing any of its fields.

Try & reference

Quick answers

How do I call this endpoint?
Send POST /api/v1/source_references to your deployment’s host with Authorization: Bearer or X-Api-Key set to your API key.
Where can I try it interactively?
Use Swagger UI (Authorize with your key) or the API playground.