You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*DocumentAttachmentsApi* | [**document_attachments_list**](docs/DocumentAttachmentsApi.md#document_attachments_list) | **GET** /document-attachments/ | Retrieve a list of Document Attachments
Copy file name to clipboardExpand all lines: docs/ApiTokensApi.md
-161Lines changed: 0 additions & 161 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,117 +4,9 @@ All URIs are relative to *https://signrequest.com/api/v1*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
-
[**api_tokens_create**](ApiTokensApi.md#api_tokens_create) | **POST** /api-tokens/ | Create an API token
8
-
[**api_tokens_delete**](ApiTokensApi.md#api_tokens_delete) | **DELETE** /api-tokens/{key}/ | Delete an API token
9
7
[**api_tokens_list**](ApiTokensApi.md#api_tokens_list) | **GET** /api-tokens/ | Retrieve a list of API tokens
10
-
[**api_tokens_read**](ApiTokensApi.md#api_tokens_read) | **GET** /api-tokens/{key}/ | Retrieve an API token
11
8
12
9
13
-
# **api_tokens_create**
14
-
> AuthToken api_tokens_create(data)
15
-
16
-
Create an API token
17
-
18
-
You can create an API token in the [team api settings page](/#/teams). It is also possible to get or create a token using the REST api with your login credentials.
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**key** | **str**| A unique value identifying this api token. |
102
-
103
-
### Return type
104
-
105
-
void (empty response body)
106
-
107
-
### Authorization
108
-
109
-
[Token](../README.md#Token)
110
-
111
-
### HTTP request headers
112
-
113
-
-**Content-Type**: application/json
114
-
-**Accept**: application/json
115
-
116
-
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -170,56 +62,3 @@ Name | Type | Description | Notes
170
62
171
63
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**key** | **str**| A unique value identifying this api token. |
210
-
211
-
### Return type
212
-
213
-
[**AuthToken**](AuthToken.md)
214
-
215
-
### Authorization
216
-
217
-
[Token](../README.md#Token)
218
-
219
-
### HTTP request headers
220
-
221
-
-**Content-Type**: application/json
222
-
-**Accept**: application/json
223
-
224
-
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**auto_delete_after** | **datetime** | Date and time calculated using `auto_delete_days` after which a finished document (signed/cancelled/declined) will be automatically deleted | [optional]
33
+
**sandbox** | **bool** | Indicates whether document was created as part of a sandbox team | [optional]
34
+
**auto_expire_after** | **datetime** | Date and time calculated using `auto_expire_days` after which a non finished document will be automatically expired | [optional]
29
35
30
36
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**pdf** | **str** | Temporary URL to signing log, expires in five minutes | [optional]
7
+
**security_hash** | **str** | SHA256 hash of PDF contents | [optional]
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**from_email** | **str** | Email of user sending the SignRequest (must be a validated email) | [optional]
7
+
**from_email_name** | **str** | Name to be used in the `From` email header, e.g. `{from_email_name} <no-reply@signrequest.com>` | [optional]
8
+
**is_being_prepared** | **bool** | Have the sender of a SignRequest prepare the document before sending the request out, see: [prepare using the web interface](#section/Preparing-a-document/Prepare-using-the-web-interface) | [optional]
9
+
**prepare_url** | **str** | | [optional]
10
+
**redirect_url** | **str** | URL at which SignRequest will redirect to when a document is signed | [optional]
11
+
**redirect_url_declined** | **str** | URL at which SignRequest will redirect to when a document is declined | [optional]
**text_message_verification_locked** | **bool** | When true a text message verification is needed before the signer can see the document | [optional]
21
+
**subject** | **str** | Subject of SignRequest email | [optional]
22
+
**message** | **str** | Message to include in SignRequest email, may contain the following html tags: `a`, `abbr`, `acronym`, `b`, `blockquote`, `code`, `em`, `i`, `ul`, `li`, `ol`, and `strong` | [optional]
23
+
**who** | **str** | `m`: only me, `mo`: me and others, `o`: only others | [optional]
24
+
**send_reminders** | **bool** | Automatically remind signers to sign a document | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments