API Documentation
string · required
string · uuid · requiredstring · required
Access and manage agreement templates
List Templates
GET
https://api.commonpaper.com
/v1/templates
This endpoint returns a list of agreement templates that have been created within Common Paper, and their attributes.
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 Templates › Responses
OK
object[]
Get Template
GET
https://api.commonpaper.com
/v1/templates/{id}
This endpoint returns the details of a specific agreement template within Common Paper by providing its uuid. Returns the details of the template.
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 Template › Responses
OK
object[]