{
"opencollection": "1.0.0",
"info": {
"name": "Authentication Accesstoken Binders API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "Binders",
"type": "folder"
},
"items": [
{
"info": {
"name": "GET_binders",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api-sandbox.rocketlawyer.com/partners/v1/auth/binders",
"params": [
{
"name": "q",
"value": "",
"type": "query",
"description": "Specify filters in format: 'key:value|key:value'.\nPossible keys: [partyEmail]\n"
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "Specify limit of results\nLimits upper bound is 100."
},
{
"name": "offset",
"value": "",
"type": "query",
"description": "Specify offset of result\n"
},
{
"name": "sort",
"value": "",
"type": "query",
"description": "Comma-separated list of pairs <field_name> <direction>.
\nDirection can be ascending (ASC) or descending (DESC) and is \"ASC\" by default therefore can be omitted.
\nPossible field names are: created.\n"
}
]
},
"docs": "Allowed roles: BACKEND
\nList of Binders\n"
},
{
"info": {
"name": "POST_binders",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api-sandbox.rocketlawyer.com/partners/v1/auth/binders",
"headers": [
{
"name": "Content-Type",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Allowed roles: BACKEND
\nCreates the new Binder\n