InstaLink()

This API call is used to create a link between a node and a known user identified by a unique email address.

API URL:

[BaseURL]/VerificationToken/urn:dece:type:token:DelegationTokenRequest:VerifiedEmail?responseType={responseType}&subject={subject}

Request Method:

POST

Request Parameters:

Request Format

XML type:

Headers:

Request Body Arguments:

Response Format

Status Code:

Headers:

Errors

Example

The following example demonstrates linking a node to a known user identified by a unique email address

Sample Request:

POST /rest/2015/02/VerificationToken/urn:dece:type:token:DelegationTokenRequest:VerifiedEmail?responseType=urn:dece:type:tokenprofile:saml2&subject=verified-email@test.com
Content-type: application/x-www-form-urlencoded
Host: api.uvvu.com

SAMLRequest=dsafndksalfjdsafodsaifdnsa....==

Sample Response:

HTTP/1.1 201
Date: [Date]
Location: https://api.uvvu.com/rest/2015/02/SecurityToken/Assertion/_1914d5f8-5fce-4436-9dc1-803adea311d8
X-transaction-info: [TransactionInfo]

See Also