airSlate SignNow
Electronic signature and document management solution
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.signnow.com/ | link | — | — | — |
Actions (22)
Teams · 10
- Create teamPOST /teams
Create a new team.
documented - Create teamPOST /teams
Create a new team.
documented - Delete teamDELETE /teams/{team_id}
Delete a team.
documented - Delete teamDELETE /teams/{team_id}
Delete a team.
documented - Get teamGET /teams/{team_id}
Get details for a specific team.
documented - Get teamGET /teams/{team_id}
Get a specific team.
documented - List team membersGET /teams/{team_id}/members
List members of a given team.
documented - List team membersGET /teams/{team_id}/members
List members of a given team.
documented - List teamsGET /teams
List teams available in the account.
documented - List teamsGET /teams
List all teams.
documented
Documents · 5
- Create signing linkPOST /link
Create a shareable signing link for a document.
documented - Delete documentDELETE /document/{document_id}
Permanently remove a document from SignNow.
documented - Edit document fieldsPUT /document/{document_id}
Add, update, or modify fillable fields on a document.
documented - Send signature invites for documentPOST /document/{document_id}/invite
Invite recipients to sign a document (freeform or role-based).
documented - Upload documentPOST /document
Upload a document to your SignNow account.
documented