SignHero API v2. Protocol Design Principles. API Key Authentication

Size: px
Start display at page:

Download "SignHero API v2. Protocol Design Principles. API Key Authentication"

Transcription

1 SignHero API v2 Protocol Design Principles API Key Authentication Access Token Revocation Create Signature Flow Documents Create Signing Process Retrieve Signature Flow Search Signature Flows Cancel Signature Flow Delete Signature Flow Protocol Design Principles Protocols are designed using JSON-pure principles over HTTP POST. All character sets are UTF-8. All requests have MIME type application/json, except document uploads, which have MIME type multipart/form-data. All responses are JSON objects with MIME type application/json, except document downloads, which are binary streams with MIME type application/pdf. API Key Authentication Clients are authenticated using access tokens obtained by presenting a shared secret. POST "action_str" : "create", "data_type" : "access_token", "request_map" : "client_id" : "123e4567-e89b-12d3-a ", "client_secret" : "1498b03d760b233673e0955ea00f8270ccf3a2e22093e69fc112168bb486ab29"

2 Response "action_str" : "created", "data_type" : "access_token", "user_msg": "access_token created", "trans_map" : "auth_key" : Access Token Revocation To disable your current access token, send a request to the authentication endpoint: POST "action_str" : "delete", "data_type" : "access_token", "trans_map":, "request_map":

3 Response "action_str": "deleted", "data_type": "access_token", "user_msg": "access_token deleted", "response_map":, "trans_map": You can also disable all your access tokens with one request: POST "action_str" : "delete", "data_type" : "access_tokens", "trans_map":, "request_map":

4 Response "action_str": "deleted", "data_type": "access_tokens", "user_msg": "access_tokens deleted", "response_map":, "trans_map": Create Signature Flow Creating a signature flow is a two-part operation: first, upload the documents to sign, second, create the process which signs them. Documents To upload a document post a multipart/form-data request to the documents endpoint: POST The multi-part request needs to include a payload_data field, which contains the document to sign, and an operation_data field, which contains the JSON-Pure object Content-Disposition: form-data; name="operation_data" "action_str":"create","data_type":"document","log_list":["trans_map":" auth_key":"ywmtgeygak_ceeahbgx148sd2waaavip_r17t2xygd71ijdlworpwnvxcxk19n4 ","request_map": Content-Disposition: form-data; name="payload_data"; filename="contract.pdf" Content-Type: application/pdf %PDF-1.5

5 Response "action_str": "created", "data_type": "document", "user_msg": "document created", "trans_map":, "response_map": "document_id": "d807b62c-08bb-11e7-a cc4" To get a copy of the current document make a download request to the documents endpoint. "action_str": "retrieve", "data_type": "document", "trans_map":, "request_map": "document_id": "d807b62c-08bb-11e7-a cc4" The successful response is a binary stream with MIME type application/pdf. Create Signing Process To create a signing process send a request which lists the identifiers of the uploaded documents as well as the rest of the information about the signing process. POST Map title Title for the signature flow.

6 locale signature_invitation signature_invitation:subject signature_invitation:message documents document:id signers signer:name signer: signer:locale Language of the signing page and s. Supported locales are en and fi. Defaults to en. Signature invitation. Subject of the sent to the signers. Custom message in the sent to the signers. Array of documents sent for signature. Identifier of the document. Array of signers. Name of the signer. address of the signer. Language of the signing page and s. Supported locales are en and fi. Defaults to the locale of the signature flow. "action_str": "create", "trans_map":, "request_map": "title": "My first signature flow", "locale": "en", "signature_invitation": "subject": "Please sign this important contract", "message": "This contract is very important, please sign it right now.", "documents": [ "d807b62c-08bb-11e7-a cc4" "signers": [ "name": "Wilberforce Ahab", " ": "Wilberforce.Ahab@acme.com" ] The successful response includes the identifiers of the process and signers.

7 Response "action_str": "created", "user_msg": "signature_flow created", "trans_map":, "response_map": "process_id": "d7e bb-11e7-a cc4", "signers": [ "2d871e79-0b23-11e7-93dc ef10" ] Retrieve Signature Flow Retrieves the details and status of a signature flow. POST "action_str": "retrieve", "trans_map":, "request_map": "process_id": "ae3b e7-a cfede40" Response Map created modified Time when the signature flow was created. Time when the signature flow was last modified.

8 completed canceled status pending_count documents signers signer:status signer:signed signer:declined Time when the signature flow was completed. Time when the signature flow was canceled. Status of the signature flow: pending, declined, completed or canceled. Number of pending signatures. List of documents sent for signature. List of signers. Status of the signer: pending, signed or declined. Time when the signer signed the documents. Time when the signer declined to sign. Response

9 "action_str": "retrieved", "user_msg": "signature_flow retrieved", "trans_map":, "response_map": "uuid" : "ae3b e7-a cfede40", "title": "My second signature flow", "created": , "modified": , "status": "completed", "pending_count": 0, "require_strong_auth": false, "signature_invitation": "subject": "Signature invitation", "message": "Your signature is requested for a document, using SignHero digital signatures service.", "locale": "en", "documents": [ "uuid": "aebd05c e7-93dc ef10", "file_name": "contract.pdf" "signers": [ "uuid": "ae8a5cf e7-93dc ef10", "name": "Wilberforce Ahab", " ": "Wilberforce.Ahab@acme.com", "locale": "en", "embed": false, "status": "signed", "signed": "completed":

10 Search Signature Flows You can retrieve all your flows or search them based on their status. POST Map status scope Filters results based on the status field. Accepted values are pending, completed and canceled. Constrains search results to only processes created by the user. Accepted values are user and group. Defaults to user. limit Number of results to return. The maximum number of results is cursor Cursor to retrieve the next set of results. "action_str": "retrieve", "data_type": "signature_flows", "trans_map":, "request_map": "status": "pending", "scope" : "user", "limit": 1 Response Map cursor To retrieve the next set of results, pass this cursor in the request map with your next call.

11 Response "action_str": "retrieved", "data_type": "signature_flows", "user_msg": "signature_flows retrieved", "trans_map":, "request_map": "signature_flows": [ "uuid" : "d7e bb-11e7-a cc4", "title": "My first signature flow", "created": , "modified": , "status": "pending", "pending_count": 1, "locale": "en" "cursor": "OikKAfqAM_qDdXVpZGM4M2FhZWVmMy0wMjU2LTExZTctYjM5Ni0wMjQyOWYyOTU1ZGSDdHlwZ UtzaWduX3Byb2Nlc3P7gDHS-w==" Cancel Signature Flow A signature flow that has not been completed can be canceled. Signers will not be able to review and sign the documents anymore. POST

12 "action_str": "update", "trans_map":, "request_map": "process_id": "ae3b e7-a cfede40", "cancel": true Response "action_str": "updated", "user_msg": "signature_flow updated", "response_map":, "trans_map": Delete Signature Flow A signature flow that has been completed or canceled can be deleted from search results. POST

13 "action_str": "delete", "trans_map":, "request_map": "process_id": "ae3b e7-a cfede40" Response "action_str": "deleted", "user_msg": "signature_flow deleted", "response_map":, "trans_map":

Using OAuth 2.0 to Access ionbiz APIs

Using OAuth 2.0 to Access ionbiz APIs Using OAuth 2.0 to Access ionbiz APIs ionbiz APIs use the OAuth 2.0 protocol for authentication and authorization. ionbiz supports common OAuth 2.0 scenarios such as those for web server, installed, and

More information

Mobile Procurement REST API (MOBPROC): Access Tokens

Mobile Procurement REST API (MOBPROC): Access Tokens Mobile Procurement REST API (MOBPROC): Access Tokens Tangoe, Inc. 35 Executive Blvd. Orange, CT 06477 +1.203.859.9300 www.tangoe.com TABLE OF CONTENTS HOW TO REQUEST AN ACCESS TOKEN USING THE PASSWORD

More information

INTEGRATION MANUAL DOCUMENTATION E-COMMERCE

INTEGRATION MANUAL DOCUMENTATION E-COMMERCE INTEGRATION MANUAL DOCUMENTATION E-COMMERCE LOGIN: In order to use Inkapay's e-commerce payment API you should be registered and verified on Inkapay, otherwise you can do this by entering to www.inkapay.com.

More information

Usage of "OAuth2" policy action in CentraSite and Mediator

Usage of OAuth2 policy action in CentraSite and Mediator Usage of "OAuth2" policy action in CentraSite and Mediator Introduction Prerequisite Configurations Mediator Configurations watt.server.auth.skipformediator The pg.oauth2 Parameters Asset Creation and

More information

WEB API. Nuki Home Solutions GmbH. Münzgrabenstraße 92/ Graz Austria F

WEB API. Nuki Home Solutions GmbH. Münzgrabenstraße 92/ Graz Austria F WEB API v 1. 1 0 8. 0 5. 2 0 1 8 1. Introduction 2. Calling URL 3. Swagger Interface Example API call through Swagger 4. Authentication API Tokens OAuth 2 Code Flow OAuth2 Authentication Example 1. Authorization

More information

File Resource Operations Summary

File Resource Operations Summary CHAPTER 13 This chapter describes the Cisco WebEx Social API File resource operations. These operations let you upload to the Cisco WebEx Social server a text or binary file (which you can later embed

More information

If the presented credentials are valid server will respond with a success response:

If the presented credentials are valid server will respond with a success response: Telema EDI REST API Telema EDI REST API allows client to send and receive document to and from Telema server. In order to use EDI REST API client must have correct channel configured in Telema system.

More information

Other parameters are described with the relevant API call. For an API call that carries out a search, a POST payload in JSON format is added.

Other parameters are described with the relevant API call. For an API call that carries out a search, a POST payload in JSON format is added. Introduction to, page 1 Search and Search Result Export, page 1, page 2 Introduction to This section describes API calls that are not related to a specific model. The full would include the host name:

More information

File Resource Operations Summary

File Resource Operations Summary CHAPTER 10 This chapter describes the Cisco WebEx Social API File resource operations. These operations let you upload to Cisco WebEx Social server a text or binary file (which you can later embed in or

More information

Roku Federated Identity Single Sign-On

Roku Federated Identity Single Sign-On Roku Federated Identity Single Sign-On Table of Contents Introduction High Level Process Overview Channel Activation Using RF SSO Pre-requisites Channel Activation Request Partner Unique Customer Identifier

More information

Tutorial: Building the Services Ecosystem

Tutorial: Building the Services Ecosystem Tutorial: Building the Services Ecosystem GlobusWorld 2018 Steve Tuecke tuecke@globus.org What is a services ecosystem? Anybody can build services with secure REST APIs App Globus Transfer Your Service

More information

Aruba Central Application Programming Interface

Aruba Central Application Programming Interface Aruba Central Application Programming Interface User Guide Copyright Information Copyright 2016 Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the

More information

GPII Security. Washington DC, November 2015

GPII Security. Washington DC, November 2015 GPII Security Washington DC, November 2015 Outline User data User's device GPII Configuration use cases Preferences access and privacy filtering Work still to do Demo GPII User Data Preferences Device

More information

API Gateway. Version 7.5.1

API Gateway. Version 7.5.1 O A U T H U S E R G U I D E API Gateway Version 7.5.1 15 September 2017 Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway API Gateway 7.5.1 No part

More information

Salesforce IoT REST API Getting Started Guide

Salesforce IoT REST API Getting Started Guide Salesforce IoT REST API Getting Started Guide Version 42.0, Spring 18 @salesforcedocs Last updated: March 9, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

The production version of your service API must be served over HTTPS.

The production version of your service API must be served over HTTPS. This document specifies how to implement an API for your service according to the IFTTT Service Protocol. It is recommended that you treat this document as a reference and follow the workflow outlined

More information

Protect Your API with OAuth 2. Rob Allen

Protect Your API with OAuth 2. Rob Allen Protect Your API with OAuth 2 Authentication Know who is logging into your API Rate limiting Revoke application access if its a problem Allow users to revoke 3rd party applications How? Authorization header:

More information

API Implementation Guide Imaging

API Implementation Guide Imaging API Implementation Guide Imaging Release 1.0 Initial Date 12/12/2017 Document Owner API Name API Description Document Purpose Operation Descriptions XPO Less-Than-Truckload IT Service Governance Team Imaging

More information

SAS USER FORUM NORWAY 2017 USER FORUM. Show Off Your OAuth Authenticating to Web Services in SAS

SAS USER FORUM NORWAY 2017 USER FORUM. Show Off Your OAuth Authenticating to Web Services in SAS SAS USER FORUM USER FORUM Show Off Your OAuth Who am I? Show Off Your Oauth My name is Jon Kolstad and I work as a Senior Technical Architect at SAS Institute Norway. Some of the things I do include: Planning

More information

ZipRecruiter Apply Webhook Documentation. ZR ATS Integration Team. Version 1.1,

ZipRecruiter Apply Webhook Documentation. ZR ATS Integration Team. Version 1.1, ZipRecruiter Apply Webhook Documentation ZR ATS Integration Team Version 1.1, 2017-10-12 Table of Contents Introduction................................................................................ 1

More information

APIs. Bulk Load API. Bulk Load API, page 1 HCS Intelligent Loader APIs, page 4. Two API calls are required. The response is HTTP 202

APIs. Bulk Load API. Bulk Load API, page 1 HCS Intelligent Loader APIs, page 4. Two API calls are required. The response is HTTP 202 Bulk Load API, page 1 HCS Intelligent Loader, page 4 Bulk Load API Two API calls are required. Task Call URL Submit file /api/ =[] {"uploadedfiles": uploadfiles/ Content-Type: [{"id": "", multipart/form-data

More information

SAS Event Stream Processing 4.2: Security

SAS Event Stream Processing 4.2: Security SAS Event Stream Processing 4.2: Security Encryption on Sockets Overview to Enabling Encryption You can enable encryption on TCP/IP connections within an event stream processing engine. Specifically, you

More information

TELIA OPERATOR SERVICE PLATFORM

TELIA OPERATOR SERVICE PLATFORM TELIA OPERATOR SERVICE PLATFORM OMA Authorization REST API Guide Copyright 2017 Aepona Limited, and copyright 2017 Telia All rights reserved by respective owners. Revision: 6.0 Legal Information Legal

More information

django-oauth2-provider Documentation

django-oauth2-provider Documentation django-oauth2-provider Documentation Release 0.2.7-dev Alen Mujezinovic Aug 16, 2017 Contents 1 Getting started 3 1.1 Getting started.............................................. 3 2 API 5 2.1 provider.................................................

More information

Slovak Banking API Standard. Rastislav Hudec, Marcel Laznia

Slovak Banking API Standard. Rastislav Hudec, Marcel Laznia Slovak Banking API Standard. Rastislav Hudec, Marcel Laznia 01. Slovak Banking API Standard: Introduction 1.1 Why did SBA decide to prepare API standard? We knew that from January 13, 2018, banks in Slovakia

More information

hca-cli Documentation

hca-cli Documentation hca-cli Documentation Release 0.1.0 James Mackey, Andrey Kislyuk Aug 08, 2018 Contents 1 Installation 3 2 Usage 5 2.1 Configuration management....................................... 5 3 Development 7

More information

FAS Authorization Server - OpenID Connect Onboarding

FAS Authorization Server - OpenID Connect Onboarding FAS Authorization Server - OpenID Connect Onboarding Table of Contents Table of Contents 1 List of Figures 2 1 FAS as an authorization server 3 2 OpenID Connect Authorization Code Request and Response

More information

Registering at the PNC Developer Portal

Registering at the PNC Developer Portal Registering at the PNC Developer Portal 1.) Navigate to the Developer Portal at: https://developer.pnc.com 2.) Click the Join button on the upper right corner of the Developer Portal page: 3.) Enter in

More information

FAS Authorization Server - OpenID Connect Onboarding

FAS Authorization Server - OpenID Connect Onboarding FAS Authorization Server - OpenID Connect Onboarding Table of Contents Table of Contents 1 List of Figures 2 1 FAS as an authorization server 3 2 OpenID Connect Authorization Code Request and Response

More information

TACHO ONLINE API. TUNGVOGNSSPECIALISTEN APS Københavnsvej 265, DK-4000 Roskilde

TACHO ONLINE API. TUNGVOGNSSPECIALISTEN APS Københavnsvej 265, DK-4000 Roskilde 2018 TACHO ONLINE API TUNGVOGNSSPECIALISTEN APS Københavnsvej 265, DK-4000 Roskilde CONTENT What s new?... 5 Tacho activities... 5 Welcome... 5 More information... 5 Terminology... 5 TVS... 5 Tacho Online...

More information

Event Push SOAP Contract

Event Push SOAP Contract Event Push SOAP Contract Message Delivery Schedule Sertifi will attempt to deliver messages multiple times if the web service listener is down or is returning errors. The delivery schedule for all the

More information

vrealize Log Insight Developer Resources

vrealize Log Insight Developer Resources vrealize Log Insight Developer Resources vrealize Log Insight 4.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

1. Getting Started. Contents

1. Getting Started. Contents RegattaCentral API V4.0 Cookbook Contents 1. Getting Started...1 2. Changes from RegattaCentral API V3.0... 2 3. Authentication...3 4. Transformers... 3 5. Downloading Regatta Entry Information... 4 6.

More information

Building the Modern Research Data Portal using the Globus Platform. Rachana Ananthakrishnan GlobusWorld 2017

Building the Modern Research Data Portal using the Globus Platform. Rachana Ananthakrishnan GlobusWorld 2017 Building the Modern Research Data Portal using the Globus Platform Rachana Ananthakrishnan rachana@globus.org GlobusWorld 2017 Platform Questions How do you leverage Globus services in your own applications?

More information

Introduction to IdentityServer

Introduction to IdentityServer Introduction to IdentityServer The open source OIDC framework for.net Brock Allen http://brockallen.com @BrockLAllen brockallen@gmail.com @IdentityServer Dominick Baier http://leastprivilege.com @leastprivilege

More information

Building the Modern Research Data Portal. Developer Tutorial

Building the Modern Research Data Portal. Developer Tutorial Building the Modern Research Data Portal Developer Tutorial Thank you to our sponsors! U. S. DEPARTMENT OF ENERGY 2 Presentation material available at www.globusworld.org/workshop2016 bit.ly/globus-2016

More information

We currently are able to offer three different action types:

We currently are able to offer three different action types: SMS Inbound Introduction SMS Inbound provides a simple to use interface for receiving inbound MMS messages. Inbound Message Actions Inbound Message Actions in SMS Inbound are things that our system can

More information

CRM Service Wrapper User Guide

CRM Service Wrapper User Guide Summary This document details the usage of the CRM Service Wrapper by xrm. The service wrapper allows you to communicate with a Microsoft Dynamics CRM application (called CRM for convenience in this document)

More information

fredag 7 september 12 OpenID Connect

fredag 7 september 12 OpenID Connect OpenID Connect OpenID Connect Necessity for communication - information about the other part Trust management not solved! (1) OP discovery The user provides an identifier (for instance an email address)

More information

Taxpayer Enhancements:

Taxpayer Enhancements: Taxpayer Enhancements: 1. Authentication for Business Returns and K-1 Distribution: To enhance security for business returns and K-1 distribution, we have removed the need for the recipients to enter the

More information

SAS Event Stream Processing 4.3: Security

SAS Event Stream Processing 4.3: Security SAS Event Stream Processing 4.3: Security Enabling Encryption on Sockets Overview to Enabling Encryption You can enable encryption on TCP/IP connections within an event stream processing engine. Specifically,

More information

Red Hat 3Scale 2-saas

Red Hat 3Scale 2-saas Red Hat 3Scale 2-saas API Documentation For Use with Red Hat 3Scale 2-saas Last Updated: 2018-07-11 Red Hat 3Scale 2-saas API Documentation For Use with Red Hat 3Scale 2-saas Legal Notice Copyright 2018

More information

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0 REST API Operations 8.0 Release 12/1/2015 Version 8.0.0 Table of Contents Business Object Operations... 3 Search Operations... 6 Security Operations... 8 Service Operations... 11 Business Object Operations

More information

NetIQ Access Manager 4.4. REST API Guide

NetIQ Access Manager 4.4. REST API Guide NetIQ Access Manager 4.4 REST API Guide Contents 1. Introduction... 3 2. API Overview... 3 3 Administration APIs... 3 3.1 Accessing the Administration APIs... 3 3.2 Detailed API Documentation... 4 3.3

More information

Box Connector. Version 2.0. User Guide

Box Connector. Version 2.0. User Guide Box Connector Version 2.0 User Guide 2016 Ping Identity Corporation. All rights reserved. PingFederate Box Connector User Guide Version 2.0 March, 2016 Ping Identity Corporation 1001 17th Street, Suite

More information

Voice Recording. Methods. Methods. GET /api/v4/pbx/voice_recording/ API Endpoint. GET /api/v4/pbx/voice_recording/ POST /api/v4/pbx/voice_recording/

Voice Recording. Methods. Methods. GET /api/v4/pbx/voice_recording/ API Endpoint. GET /api/v4/pbx/voice_recording/ POST /api/v4/pbx/voice_recording/ Last modified on 2016-03-03. Voice Recording The Voice Recording resource represents an outbound voicemail greeting or an inbound voicemail message. API Endpoint /api/v4/pbx/voice_recording/ Methods NAME

More information

Using Keycloak to Provide Authentication, Authorization, and Identity Management Services for Your Gateway

Using Keycloak to Provide Authentication, Authorization, and Identity Management Services for Your Gateway Using Keycloak to Provide Authentication, Authorization, and Identity Management Services for Your Gateway Marcus Christie Science Gateways Research Center Indiana University EDS Consultant Award Number

More information

Moxie Notifications Documentation

Moxie Notifications Documentation Moxie Notifications Documentation Release 0.1 Mobile Oxford team, IT Services, University of Oxford April 23, 2014 Contents i ii CHAPTER 1 HTTP API 1.1 Endpoint 1.1.1 Format Dates are expressed as YYYY-mm-DDTHH:mm:ss

More information

Integrating with ClearPass HTTP APIs

Integrating with ClearPass HTTP APIs Integrating with ClearPass HTTP APIs HTTP based APIs The world of APIs is full concepts that are not immediately obvious to those of us without software development backgrounds and terms like REST, RPC,

More information

GitHub-Flask Documentation

GitHub-Flask Documentation GitHub-Flask Documentation Release 3.2.0 Cenk Altı Jul 01, 2018 Contents 1 Installation 3 2 Configuration 5 3 Authenticating / Authorizing Users 7 4 Invoking Remote Methods 9 5 Full Example 11 6 API Reference

More information

OAuth and OpenID Connect (IN PLAIN ENGLISH)

OAuth and OpenID Connect (IN PLAIN ENGLISH) OAuth and OpenID Connect (IN PLAIN ENGLISH) NATE BARBETTINI @NBARBETTINI @OKTADEV A lot of confusion around OAuth. Terminology and jargon Incorrect advice Identity use cases (circa 2007) Simple login forms

More information

Partner Web Services. GetOrderStatus Version 1 Service Manual

Partner Web Services. GetOrderStatus Version 1 Service Manual Partner Web Services GetOrderStatus Version 1 Service Manual Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Supporting Resources... 4 2 Service Overview... 4 3 Service Endpoints... 5 4 Request/Response

More information

Using the Payment Processing Feature

Using the Payment Processing Feature DocuSign Quick Start Guide Using the Payment Processing Feature Overview There might be times when you want to send an envelope where you can send an offer, close the deal and collect the cash all in one

More information

How to set up VMware Unified Access Gateway with OPSWAT MetaAccess Client

How to set up VMware Unified Access Gateway with OPSWAT MetaAccess Client How to set up VMware Unified Access Gateway with OPSWAT MetaAccess Client About This Guide... 2 Part 1: Enforce MetaAccess client installation... 3 Part 2: Enforce device compliance... 5 1 About This Guide

More information

Performance Platform Documentation

Performance Platform Documentation Performance Platform Documentation Release 1.0 Performance Platform July 20, 2017 Contents 1 Adding data 3 2 Emptying a data set 5 3 Client implementations 7 4 Glossary 9 5 Get a Performance Platform

More information

NIELSEN API PORTAL USER REGISTRATION GUIDE

NIELSEN API PORTAL USER REGISTRATION GUIDE NIELSEN API PORTAL USER REGISTRATION GUIDE 1 INTRODUCTION In order to access the Nielsen API Portal services, there are three steps that need to be followed sequentially by the user: 1. User Registration

More information

NetIQ Access Manager 4.3. REST API Guide

NetIQ Access Manager 4.3. REST API Guide NetIQ Access Manager 4.3 REST API Guide Contents 1. Introduction... 3 2. API Overview... 3 3 Administration APIs... 3 3.1 Accessing the Administration APIs... 3 3.2 Detailed API Documentation... 4 3.3

More information

Advanced API Security

Advanced API Security Advanced API Security ITANA Group Nuwan Dias Architect 22/06/2017 Agenda 2 HTTP Basic Authentication Authorization: Basic QWxhZGRpbjpPcGVuU2VzYW1l 3 API Security is about controlling Access Delegation

More information

vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0

vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0 vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Step by Step Instructions using esign from Zipform

Step by Step Instructions using esign from Zipform Step by Step Instructions using esign from Zipform 1 1. From the File tab menu in your Zipform transaction, click PRINT and select the forms you want to have signed. Be sure the documents you are printing

More information

Pass Distribution APIs User Guide

Pass Distribution APIs User Guide MicroMacro Mobile Inc Pass Distribution APIs User Guide V 2.0.3 2017-08-03 Version History Version UpdatedAt te v 2.0.1 2015-06-16 v 2.0.2 2016-04-14 v 2.0.3 2017-08-03 Add support for Create a pass API,

More information

Sending Documents with ziplogix Digital Ink

Sending Documents with ziplogix Digital Ink Sending Documents with ziplogix Digital Ink Send files for secure click-to-sign e-signatures directly from zipform Plus ziplogix Training Training@zipLogix.com zipform Plus is brought to you by the National

More information

DocuSign Spring '16 Release Notes

DocuSign Spring '16 Release Notes DocuSign Spring '16 Release Notes Published March 17, 2016 UPDATE This document provides information about the updates deployed to the DocuSign Production environment on March 10, 2016 as part of the DocuSign

More information

The power of PostgreSQL exposed with automatically generated API endpoints. Sylvain Verly Coderbunker 2016Postgres 中国用户大会 Postgres Conference China 20

The power of PostgreSQL exposed with automatically generated API endpoints. Sylvain Verly Coderbunker 2016Postgres 中国用户大会 Postgres Conference China 20 The power of PostgreSQL exposed with automatically generated API endpoints. Sylvain Verly Coderbunker Development actors Frontend developer Backend developer Database administrator System administrator

More information

Amazon Simple Notification Service. CLI Reference API Version

Amazon Simple Notification Service. CLI Reference API Version Amazon Simple Notification Service CLI Reference Amazon Web Services Amazon Simple Notification Service: CLI Reference Amazon Web Services Copyright 2012 Amazon Web Services LLC or its affiliates. All

More information

MIGRATING MOBILE APPS. How to migrate Rollbase and OpenEdge Mobile Apps to the Telerik Platform

MIGRATING MOBILE APPS. How to migrate Rollbase and OpenEdge Mobile Apps to the Telerik Platform W HITE PAPER www. p rogres s.com MIGRATING MOBILE APPS How to migrate Rollbase and OpenEdge Mobile Apps to the Telerik Platform TABLE OF CONTENTS OVERVIEW... 2 PROCEDURES REQUIRED FOR ALL PROJECTS... 3

More information

API Reference Manual

API Reference Manual FUJITSU Cloud Service K5 API Reference Manual Version.5 FUJITSU LIMITED Preface Purpose of This Document This guide describes the specification of the API (Application Programming Interface) provided by

More information

ovirt SSO Specification

ovirt SSO Specification ovirt SSO Specification Behavior Changes End user visible changes The password delegation checkbox at user portal login is now a profile setting. Sysadmin visible changes Apache negotiation URL change

More information

Talend Component tgoogledrive

Talend Component tgoogledrive Talend Component tgoogledrive Purpose and procedure This component manages files on a Google Drive. The component provides these capabilities: 1. Providing only the client for other tgoogledrive components

More information

Introduction. Copyright 2018, Itesco AB.

Introduction. Copyright 2018, Itesco AB. icatch3 API Specification Introduction Quick Start Logging in, getting your templates list, logging out Doing Quick Search Creating a Private Prospects Setting template Posting Private Prospects query,

More information

ideal QR - Merchant Implementation Guidelines (EN)

ideal QR - Merchant Implementation Guidelines (EN) ideal QR - Merchant Implementation Guidelines (EN) Version: 1.5 Date: 19-02-2018 Copyright Currence ideal B.V. All rights reserved. Page 1 of 16 Versions... version Adjustments 1.0 First version for extended

More information

Instagram PHP Documentation

Instagram PHP Documentation Instagram PHP Documentation Release 0.1.0 Marvin Osswald Feb 12, 2018 Contents 1 Overview 3 1.1 Requirements............................................... 3 1.2 Installation................................................

More information

Libelium Cloud Hive. Technical Guide

Libelium Cloud Hive. Technical Guide Libelium Cloud Hive Technical Guide Index Document version: v7.0-12/2018 Libelium Comunicaciones Distribuidas S.L. INDEX 1. General and information... 4 1.1. Introduction...4 1.1.1. Overview...4 1.2. Data

More information

Creating relying party clients using the Nimbus OAuth 2.0 SDK with OpenID Connect extensions

Creating relying party clients using the Nimbus OAuth 2.0 SDK with OpenID Connect extensions Creating relying party clients using the Nimbus OAuth 2.0 SDK with OpenID Connect extensions 2013-05-14, Vladimir Dzhuvinov Goals of the SDK Full implementation of the OIDC specs and all related OAuth

More information

Symantec Endpoint Protection Manager Quick Integration Guide. for PacketFence version 7.4.0

Symantec Endpoint Protection Manager Quick Integration Guide. for PacketFence version 7.4.0 Symantec Endpoint Protection Manager Quick Integration Guide for PacketFence version 7.4.0 Symantec Endpoint Protection Manager Quick Integration Guide by Inverse Inc. Version 7.4.0 - Jan 2018 Copyright

More information

E POSTBUSINESS API Mailbox-API Reference. Version 1.3.1

E POSTBUSINESS API Mailbox-API Reference. Version 1.3.1 E POSTBUSINESS API Mailbox-API Reference Imprint Software and documentation are protected by copyright and may not be copied, reproduced, stored, translated, or otherwise reproduced without the written

More information

Partner Web Services. GetMyPrice Service Manual

Partner Web Services. GetMyPrice Service Manual Partner Web Services GetMyPrice Service Manual Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Supporting Resources... 5 2 Service Overview... 5 2.1 Benefits of GetMyPrice Service... 6 3 Service Endpoints...

More information

flask-jwt-simple Documentation

flask-jwt-simple Documentation flask-jwt-simple Documentation Release 0.0.3 vimalloc rlam3 Nov 17, 2018 Contents 1 Installation 3 2 Basic Usage 5 3 Changing JWT Claims 7 4 Changing Default Behaviors 9 5 Configuration Options 11 6 API

More information

Network Function Store

Network Function Store Deliverable D5.1 Editor Nicolas Herbaut (Viotech) Contributors: Aurora Ramos, Javier Melián (ATOS), Enzo Figini, Paolo Comi (Italtel), Yacine Rebahi (Fokus) Version 1.0 Date 30/10/2015 Distribution PUBLIC

More information

ZALO BUSINESS STORE DEVELOPERS version /3/2016 VNG Corporation Tran Ngoc Huy

ZALO BUSINESS STORE DEVELOPERS version /3/2016 VNG Corporation Tran Ngoc Huy ZALO BUSINESS STORE DEVELOPERS version 1.0.8 3/3/2016 VNG Corporation Tran Ngoc Huy Table of Contents 1. Introduction... 2 1.1 Overview... 2 1.2 Definitions, Acronyms and Abbreviations... 2 2. ZaloLogin...

More information

BlackBerry AtHoc Networked Crisis Communication. BlackBerry AtHoc API Quick Start Guide

BlackBerry AtHoc Networked Crisis Communication. BlackBerry AtHoc API Quick Start Guide BlackBerry AtHoc Networked Crisis Communication BlackBerry AtHoc API Quick Start Guide Release 7.6, September 2018 Copyright 2018 BlackBerry Limited. All Rights Reserved. This document may not be copied,

More information

Imgur.API Documentation

Imgur.API Documentation Imgur.API Documentation Release 3.7.0 Damien Dennehy May 13, 2017 Contents 1 Quick Start 3 1.1 Get Image................................................ 3 1.2 Get Image (synchronously - not recommended).............................

More information

Performance Analyser API

Performance Analyser API Performance Analyser API Documentation version 1.2 Contents 1 Introduction... 4 2 API Path... 4 3 Authentication... 5 4 Working with Accounts (Realms)... 6 5 Working with the API... 7 5.1 Dates... 7 5.2

More information

Adobe Sign for Microsoft Dynamics

Adobe Sign for Microsoft Dynamics for Microsoft Dynamics User Guide (v6) Last Updated: September 1, 2017 2017 Adobe Systems Incorporated. All rights reserved Table of Contents Overview... 3 Gaining Access to Adobe Sign... 3 Sending for

More information

ChatWork API Documentation

ChatWork API Documentation ChatWork API Documentation 1. What s ChatWork API? 2. ChatWork API Endpoints 3. OAuth 4. Webhook What s ChatWork API? ChatWork API is an API provided for developers to programmatically interact with ChatWork's

More information

Azure Archival Installation Guide

Azure Archival Installation Guide Azure Archival Installation Guide Page 1 of 23 Table of Contents 1. Add Dynamics CRM Active Directory into Azure... 3 2. Add Application in Azure Directory... 5 2.1 Create application for application user...

More information

Issue No. Date Description of Changes Initial issue Added basic authentication

Issue No. Date Description of Changes Initial issue Added basic authentication Department: Subject: IT API Documentation Revision History: Issue No. Date Description of Changes 1.0 04.18.17 Initial issue 1.1 05.11.17 Added basic authentication Related Documents: Page 1 of 28 Classification

More information

RESTful User Provisioning with IBM Business Process Manager on Cloud

RESTful User Provisioning with IBM Business Process Manager on Cloud RESTful User Provisioning with IBM Business Process Manager on Cloud The APIs described in this document are currently being used by the BPM on Cloud team. RESTful User Provisioning with IBM Business Process

More information

Identity and Data Access: OpenID & OAuth

Identity and Data Access: OpenID & OAuth Feedback: http://goo.gl/dpubh #io2011 #TechTalk Identity and Data Access: OpenID & OAuth Ryan Boyd @ryguyrg https://profiles.google.com/ryanboyd May 11th 2011 Agenda Feedback: http://goo.gl/dpubh #io2011

More information

REST API: Guide for Implementers

REST API: Guide for Implementers REST API: Guide for Implementers Version 1.03 SP-API-REST-IG-201805--R001.03 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed,

More information

Oracle Hospitality Simphony. Import/Export API Guide

Oracle Hospitality Simphony. Import/Export API Guide Oracle Hospitality Simphony Import/Export API Guide Release 18.2 F12083-01 December 2018 Oracle Hospitality Guide, Release 18.2 F12083-01 Copyright 2010, 2018, Oracle and/or its affiliates. All rights

More information

This guide covers the installation, setup, and configuration of Sertifi for Salesforce CPQ.

This guide covers the installation, setup, and configuration of Sertifi for Salesforce CPQ. This guide covers the installation, setup, and configuration of Sertifi for Salesforce CPQ. Contents Sertifi for Salesforce CPQ Prerequisites... 2 Section 1: Sertifi for Salesforce installation and setup...

More information

The Merit Palk API allows 3rd party developers to expand and build on the Merit Palk platform.

The Merit Palk API allows 3rd party developers to expand and build on the Merit Palk platform. The Merit Palk API allows 3rd party developers to expand and build on the Merit Palk platform. The Merit Palk API is a RESTful API that is used to access Merit Palk companies using HTTP and JSON. The API

More information

Technosoft HR Recruitment Workflow Developers Manual

Technosoft HR Recruitment Workflow Developers Manual Technosoft HR Recruitment Workflow Developers Manual Abstract This document outlines the technical aspects, deployment and customization of Technosoft HR BPM application. Technosoft Technical Team Table

More information

Commercial-in-Confidence

Commercial-in-Confidence ADSS RAS Developers Guide A S C E R T I A LTD O C T O B E R 2 0 1 8 D o c u m e n t V e r s i o n 5.10.0. 1 Ascertia Limited. All rights reserved. This document contains commercial-in-confidence material.

More information

ZALO APPLICATION DEVELOPERS version 3.7.3

ZALO APPLICATION DEVELOPERS version 3.7.3 ZALO APPLICATION DEVELOPERS version 3.7.3 9/9/2014 VNG Corporation Tran Ngoc Huy Compatible with SDK version 3.7 Table of Contents 1. Introduction... 3 1.1 Overview... 3 1.2 Definitions, Acronyms and Abbreviations...

More information

AT&T API Platform. Speech SDK for ios. Publication Date: August

AT&T API Platform. Speech SDK for ios. Publication Date: August AT&T API Platform Speech SDK for ios Publication Date: August 29 2013 Legal Disclaimer This document and the information contained herein (collectively, the "Information") is provided to you (both the

More information

Making a POST Request Using Informatica Cloud REST API Connector

Making a POST Request Using Informatica Cloud REST API Connector Making a POST Request Using Informatica Cloud REST API Connector Copyright Informatica LLC 2016, 2017. Informatica, the Informatica logo, and Informatica Cloud are trademarks or registered trademarks of

More information

JPX Data Cloud API Specifications

JPX Data Cloud API Specifications JPX Data Cloud API Specifications February 2015 TOKYO STOCK EXCHANGE Copyright 2015 Japan Exchange Group, Inc. All rights reserved. 1 API List User Authentication API No API Name Method URL 1User Authentication

More information