Skip to main content
GET
/
commissions
/
v1
/
{commissionId}
/
sign-url
{
  "data": "https://example.com/sign-commission/abc123"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Session-Token
string
required

Session token used for authenticating the request.

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxMjM0NTY3ODkwIiwic2Vzc2lvbklkIjoiYWJjZGVmMTIzNDU2IiwiaWF0IjoxNjA1MDk3ODk5LCJleHAiOjE2MDUxODQyOTl9.4XRQ1iXDyvEj5LgPZHbmTmzOZs98M3YPOzgf3MhxjaI"

Content-Type
enum<string>
required

Content type, must be "application/json".

Available options:
application/json

Path Parameters

commissionId
string
required

The ID of the commission to sign.

Response

200 - application/json

The link to sign the commission was successfully retrieved.

data
string<uri>
required

The URL link for signing the commission.

Example:

"https://example.com/sign-commission/abc123"