You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

POST /domains/:domain_id/signParameters

Creates the signature of desired parameters.

Signatures are helping to achieve more security and gives flexibility of sharing protected parameters.

Signatures can be automatically added to all REST API requests to ensure the URL is not changed between the two remotes.

This resource is available only for Global admin or Domain admin.

Resource Information

Request Parameters

Parameters

Detail

Example

domain_id
(path parameter)

Identifies the domain namespace the signature is created for.

123

data
(form parameter)

Form contents to submit in following JSON format:

NameDescription
parameters(Optional) JSON object containing all parameters to sign where each parameter is defined by pair key-value.
{
  "parameters": {
    "myKey1": "myValue1",
    "parameterX": null
  }
}

Returns

Signature string and security token separated by ;

szZexlZ9Ax4u1s02f2BZmO2FqVmQqrmUhdHRL8Cp7uA=;Epu3khIq5DVe+zH0ap2pipXGSv+/RlOtzfZno6LfbQk=
  • No labels