Most actions against the backend require you to be logged in as a user
with the appropriate permissions. By sending a request like:
your authentication request will be validated, and a session token
will be returned in the JSON response for your request. To remain
authenticated, provide this token with subsequent requests in the
X-ArchivesSpace-Session header. For example:
CRUD
The ArchivesSpace API provides CRUD-style interactions for a number of
different “top-level” record types. Working with records follows a
fairly standard pattern: