Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 0 additions & 101 deletions postman/Sign-API.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,107 +466,6 @@
"response": []
}
]
},
{
"name": "Conversions",
"item": [
{
"name": "Get Converted File by Job ID",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "Bearer {{token}}"
}
],
"body": {
"mode": "formdata",
"formdata": []
},
"url": {
"raw": "{{baseURL}}/sign/conversions/<jobID>:download-converted",
"host": [
"{{baseURL}}"
],
"path": [
"sign",
"conversions",
"<jobID>:download-converted"
]
}
},
"response": []
},
{
"name": "Get Conversion Job Status",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "Bearer {{token}}"
}
],
"body": {
"mode": "formdata",
"formdata": []
},
"url": {
"raw": "{{baseURL}}/sign/conversions/<jobID>/status",
"host": [
"{{baseURL}}"
],
"path": [
"sign",
"conversions",
"<jobID>",
"status"
]
}
},
"response": []
},
{
"name": "Convert File to PDF",
"request": {
"method": "POST",
"header": [
{
"key": "Authorization",
"value": "Bearer {{token}}"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"type": "file",
"src": "example-file.pdf"
}
]
},
"url": {
"raw": "{{baseURL}}/sign/conversions",
"host": [
"{{baseURL}}"
],
"path": [
"sign",
"conversions"
]
}
},
"response": []
}
]
}
],
"event": [
Expand Down
Loading