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
Copy file name to clipboardExpand all lines: docs/ApiTokensApi.md
-193Lines changed: 0 additions & 193 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,139 +4,9 @@ All URIs are relative to *https://signrequest.com/api/v1*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
-
[**ApiTokensCreate**](ApiTokensApi.md#apitokenscreate) | **POST** /api-tokens/ | Create an API token
8
-
[**ApiTokensDelete**](ApiTokensApi.md#apitokensdelete) | **DELETE** /api-tokens/{key}/ | Delete an API token
9
7
[**ApiTokensList**](ApiTokensApi.md#apitokenslist) | **GET** /api-tokens/ | Retrieve a list of API tokens
10
-
[**ApiTokensRead**](ApiTokensApi.md#apitokensread) | **GET** /api-tokens/{key}/ | Retrieve an API token
11
8
12
9
13
-
<aname="apitokenscreate"></a>
14
-
# **ApiTokensCreate**
15
-
> AuthToken ApiTokensCreate (AuthToken data)
16
-
17
-
Create an API token
18
-
19
-
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** | **string**| A unique value identifying this api token. |
124
-
125
-
### Return type
126
-
127
-
void (empty response body)
128
-
129
-
### Authorization
130
-
131
-
[Token](../README.md#Token)
132
-
133
-
### HTTP request headers
134
-
135
-
-**Content-Type**: application/json
136
-
-**Accept**: application/json
137
-
138
-
[[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)
@@ -202,66 +72,3 @@ Name | Type | Description | Notes
202
72
203
73
[[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** | **string**| A unique value identifying this api token. |
252
-
253
-
### Return type
254
-
255
-
[**AuthToken**](AuthToken.md)
256
-
257
-
### Authorization
258
-
259
-
[Token](../README.md#Token)
260
-
261
-
### HTTP request headers
262
-
263
-
-**Content-Type**: application/json
264
-
-**Accept**: application/json
265
-
266
-
[[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)
**AutoDeleteAfter** | **DateTime?** | Date and time calculated using `auto_delete_days` after which a finished document (signed/cancelled/declined) will be automatically deleted | [optional]
32
33
**Sandbox** | **bool?** | Indicates whether document was created as part of a sandbox team | [optional]
34
+
**AutoExpireAfter** | **DateTime?** | Date and time calculated using `auto_expire_days` after which a non finished document will be automatically expired | [optional]
33
35
34
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)
**TextMessageVerificationLocked** | **bool?** | When true a text message verification is needed before the signer can see the document | [optional]
19
20
**Subject** | **string** | Subject of SignRequest email | [optional]
20
21
**Message** | **string** | 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]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**TextMessageVerificationLocked** | **bool?** | When true a text message verification is needed before the signer can see the document | [optional]
19
20
**Subject** | **string** | Subject of SignRequest email | [optional]
20
21
**Message** | **string** | 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]
0 commit comments