View and manage your Common Paper organization
List Organizations
This endpoint returns a list of organizations accessible to the authenticated user within Common Paper.
query Parameters
page[number]Page number to retrieve. Defaults to 1.
page[size]Number of records per page. Defaults to 30.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List Organizations › Responses
OK
Get Organization
This endpoint returns the details of a specific organization within Common Paper by providing its UUID.
path Parameters
idThe UUID of the resource.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Organization › Responses
OK
Update Organization
This endpoint updates attributes on your Common Paper organization. The id in the URL must match the organization identified by your API key; otherwise the response is 404. Only the fields you provide in the request body are changed.
Example: Rename the organization and update the billing email
Code
Example: Enable a default agreement expiration
Code
path Parameters
idThe UUID of the organization to update. Must match the organization that owns the API key.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Update Organization › Request Body
The organization attributes to update. Only the fields you provide are changed; omitted fields keep their current values.
Update Organization › Responses
OK