This is the IntiSign API. You can find more about the IntiSign application at https://www.intisign.nl.
Contact information:
api-support@intisign.nl
License: Proprietary
Get a list of signatures
This call returns a list of signatures the authenticated user has access to.
| Code | Description | Schema |
|---|---|---|
| 200 | Successful operation. | [ SignaturesList ] |
| 403 | No access (invalid username/password or insufficient rights). |
Get a specific signature
This call returns the data of the signature with the given ID. The signature ID can be retrieved from the path in the URL.
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| id | path | ID of signature to return | Yes | integer |
| Code | Description | Schema |
|---|---|---|
| 200 | Successful operation. | Signatures |
| 403 | No access (invalid username/password or insufficient rights). | |
| 404 | Signature with given ID not found. |
Get a list of keys
This call returns a list of signatures the authenticated user has access to.
| Code | Description | Schema |
|---|---|---|
| 200 | Successful operation. | [ KeysList ] |
| 403 | No access (invalid username/password or insufficient rights). |
Add a new key
This call adds a new key to the database.
| Name | Located in | Description | Required | Schema |
|---|---|---|---|---|
| key | formData | The new key | Yes | string |
| role | formData | The role of the new key | Yes | string |
| owner | formData | The owner of the new key | Yes | integer |
| platform_used | formData | The platorm where this key is used | Yes | integer |
| Code | Description | Schema |
|---|---|---|
| 200 | Successful operation. | [ Keys ] |
| 403 | No access (invalid username/password or insufficient rights). |
| Name | Type | Description | Required |
|---|---|---|---|
| count | integer | No | |
| next | integer | No | |
| previous | integer | No | |
| results | [ Signatures ] | No |
| Name | Type | Description | Required |
|---|---|---|---|
| digest | string | File digest | No |
| salt | string | File salt | No |
| file_name | string | No | |
| signature | string | The generated signature | No |
| url | string | API call to the specific signature | No |
| Name | Type | Description | Required |
|---|---|---|---|
| count | integer | No | |
| next | integer | No | |
| previous | integer | No | |
| results | [ Keys ] | No |
| Name | Type | Description | Required |
|---|---|---|---|
| key | string | The key | No |
| owner | integer | The ID of the user this key belongs to | No |
| platform | integer | The ID of the platform this key belongs to | No |
| role | string | The role of this key | No |