This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| When a user chooses a document to sign.. the document gets uploaded to E-Sign and we use the id in the response to create the E-Sign redirect url | |
| curl -X 'POST' \ | |
| 'https://sandbox.e-sign.co.uk/v3/uploads' \ | |
| -H 'accept: application/json' \ | |
| -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJpZCI6InJRY0swLVNXUkFjUHFfSVAyV05kWlpVU0xzbklvdyIsImF1dGhfdG9rZW4iOiJQdnJzTmp6YlNoRWFtcVU0TUpveSIsInN1YiI6Ijc0MCIsInNjcCI6InVzZXIiLCJhdWQiOm51bGwsImlhdCI6MTcxMjg0NTY4MiwiZXhwIjoxNzE1MDA1NjgyLCJqdGkiOiI4NzRkN2ZkNS1hOTExLTQ0ZDAtOTBlNy1jNjA1NjQ4ZTE5YjYifQ.9O5afb3u9TNn3qa6RCPDEoaGIQ2QBhR1Ww2dFLNl9Hc' \ | |
| -H 'Content-Type: application/json' \ | |
| -d '{ | |
| "uploads": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| : field => { | |
| "id" => 7337990, "field_name" => "", "field_type" => "embossed-text", "page" => nil, "saved_field_file_id" => 325603, "created_at" => Mon, 04 Dec 2023 14: 32: 58.000000000 GMT + 00: 00, "updated_at" => Mon, 04 Dec 2023 14: 32: 58.000000000 GMT + 00: 00, "field_required" => true, "signer_idx" => 0, "file" => "b44358ca-685f-4f2b-bab7-a72527408eb2", "field_placeholder" => nil, "uuid" => "0b614931-15cb-4bb1-9a19-ba9e78707d71" | |
| }, | |
| : position => { | |
| "id" => 179352287, "positionable_id" => 7337990, "positionable_type" => "SavedField", "x" => 18.8, "y" => 27.9, "page" => 2, "document_id" => nil, "created_at" => Mon, 04 Dec 2023 14: 32: 58.000000000 GMT + 00: 00, "updated_at" => Mon, 04 Dec 2023 14: 32: 58.000000000 GMT + 00: 00, "document_signer_id" => nil, "placeholder" => false, "email" => nil, "width" => 33.2, "height" => 2.7, "size" => nil | |
| } | |
| }, { | |
| : field => { | |
| "id" => 7337991, "field_name" => "signature-1", "field_type" => "signature", "page" => nil, "saved_field_file_id" => 3256 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| : field => { | |
| "id" => 7338369, "field_name" => "", "field_type" => "embossed-text", "page" => nil, "saved_field_file_id" => 325639, "created_at" => Tue, 05 Dec 2023 09: 27: 48.000000000 GMT + 00: 00, "updated_at" => Tue, 05 Dec 2023 09: 27: 48.000000000 GMT + 00: 00, "field_required" => true, "signer_idx" => 0, "file" => "c3359f76-012a-4e1f-accb-50d985f4e915", "field_placeholder" => nil, "uuid" => "111fd8c0-2c44-4c7a-916c-7679e3ae0236" | |
| }, | |
| : position => { | |
| "id" => 179378800, "positionable_id" => 7338369, "positionable_type" => "SavedField", "x" => 18.1, "y" => 23.7, "page" => 2, "document_id" => nil, "created_at" => Tue, 05 Dec 2023 09: 27: 48.000000000 GMT + 00: 00, "updated_at" => Tue, 05 Dec 2023 09: 27: 48.000000000 GMT + 00: 00, "document_signer_id" => nil, "placeholder" => false, "email" => nil, "width" => 24.5, "height" => 1.9, "size" => nil | |
| } | |
| }, { | |
| : field => { | |
| "id" => 7338370, "field_name" => "", "field_type" => "embossed-text", "page" => nil, "saved_field_file_id" => 325639, "cr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Process: NordVPN IKE [75745] | |
| Path: /Applications/NordVPN IKE.app/Contents/MacOS/NordVPN IKE | |
| Identifier: com.nordvpn.osx-apple | |
| Version: 6.0.3 (155) | |
| App Item ID: 1116599239 | |
| App External ID: 840454618 | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: NordVPN IKE [75745] | |
| User ID: 501 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # source 'https://railskits.com/gems/fdbf8e4a-37ec-1087-4356-4112b3861f44' | |
| source 'https://rubygems.org' | |
| gem 'rails', '~> 4.2.1' | |
| gem 'nokogiri' | |
| gem 'mysql2', '~> 0.3.10' | |
| gem 'passenger' | |
| gem 'test-unit' | |
| gem 'coffee-rails', '~> 4.1.1' | |
| gem 'sass-rails', '~> 4.0.5' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| POST /api/v1/original_files?sub_account_id=6633 HTTP/1.1 | |
| HOST: app.e-sign.co.uk | |
| content-type: application/json | |
| authorization: Token token="821675b313566777fb911573b6821d2135011e5b" | |
| cookie: G_ENABLED_IDPS=google; _ga=GA1.4.427634427.1494507068; _gid=GA1.4.71063392.1536568731; _gac_UA-41560864-1=1.1533322391.EAIaIQobChMI-uq12d_Q3AIVyrTtCh1qdQzhEAAYAyAAEgKfvvD_BwE; __stripe_sid=39caa72a-ed5a-446d-be75-3de284ca57a3; __stripe_mid=546c8f18-23ad-4e1f-aa03-2cbf261ed9eb | |
| content-length: 11787 | |
| { | |
| "base64_title": "TestOriginalFile1", | |
| "base64_doc": "JVBERi0xLjQKJcfsj6IKNSAwIG9iago8PC9MZW5ndGggNiAwIFIvRmlsdGVyIC9GbGF0ZURlY29kZT4+CnN0cmVhbQp4nK2TTWrEMAyFC935FF62XaSSY8fxttADpAR6gGFmoJCBpPeHSo7nj1pOCyYQh/eIPikvmjU0qIGvdO4m9frh9fFboeZrOSqWOzSgfaDbsleHP0ozib5xZxkNPS97/fmiT1nnroqBm8LAfcwK1+d07Cb9NlK3gYQmBKfHg1qHQHpdewhUdZzU08Pj8/il3kc1KGta0K4FBiJ67sGf2dEz3pYclozrku4sZPUWOpESvSzl6txXk+jYB5ESvSzl6mR6zugUhARhK8u4GJmGpQE9WDGUUmDJYxG9vXgxGsGLowq8zeiEmqVe4twCbzPE0gyCx59fwG2kWRpA8AbaS2/iMvepbseHsXCz7P/cXt8Yrtf/XmDGUTt1eRhsEUgfuy6w |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://esign-production.s3-eu-west-1.amazonaws.com/uploads/document/file/000/069/258/SAMPLE_PDF.pdf20170309-37721-1bmjic5.pdf?X-Amz-Expires=600&X-Amz-Date=20170426T142007Z&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJLGLLV6CP7FXUFRA/20170426/eu-west-1/s3/aws4_request&X-Amz-SignedHeaders=host&X-Amz-Signature=35b424cca4070cf8262c56a71e0126ae455790334304aa3af7324baa933d88ad | |
| http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "documents":[ | |
| { | |
| "title":"Github recovery codes 1", | |
| "desc":"", | |
| "file":{ | |
| "id":"R213YxNy72_Z7HNx9X6S4Nk3DYY3mQ", | |
| "date":"2016-11-12T19:38:58+00:00", | |
| "processing":null, | |
| "filename":"github-recovery-codes__1_.pdf", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tax credits office | |
| preston | |
| pr14at | |
| to the care of tax credits and self assesment | |
| 29/12/16 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| user_confirmation POST /api/users/confirmation(.:format) confirmations#create | |
| new_user_confirmation GET /api/users/confirmation/new(.:format) confirmations#new | |
| GET /api/users/confirmation(.:format) confirmations#show | |
| users_invitation_accept GET /api/users/invitation/accept(.:format) invitations#edit | |
| users_invitation_remove GET /api/users/invitation/remove(.:format) invitations#destroy | |
| users_invitation POST /api/users/invitation(.:format) invitations#create | |
| users GET /api/users(.:format) users#index | |
| PUT /api/users(.:format) user |