home

Sign for Advantage Platform

Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral
search
search
Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral

Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

search

Sign for Advantage Platform

chevron_left

Sign for Advantage Platform Contents

close
  • About Conga Sign

  • What's New in Conga Sign Documentation

  • chevron_right

    Conga Sign for Administrators

  • chevron_right

    Conga Sign for Users

  • expand_more

    Conga Sign for REST API Developers

    • expand_more

      Conga Sign REST APIs

      • chevron_right

        AccountRoles

      • chevron_right

        AccountSigningLogos

      • chevron_right

        AccountSigningTheme

      • chevron_right

        AccountSigningUIOptions

      • chevron_right

        Approval

      • expand_more

        AuthenticationTokens

        • Create a sender authentication token

          post
        • /v1/cs-authenticationTokens/signer/multiUse

          post
        • /v1/cs-authenticationTokens/signer/singleUse

          post
        • CONGA-ONLY Creates a User access token that is used to access package details for a signer of an existing package. This single-use token is restricted to a single package and expires after 30 minutes.

          post
      • chevron_right

        CustomerRegistration

      • chevron_right

        CustomFields

      • chevron_right

        DataManagement

      • chevron_right

        Documents

      • chevron_right

        FileAttachment

      • chevron_right

        Groups

      • chevron_right

        IdvWorkflow

      • chevron_right

        InAppReports

      • chevron_right

        Layout

      • chevron_right

        Notification

      • chevron_right

        Package

      • chevron_right

        Reminder

      • chevron_right

        Reports

      • chevron_right

        Role

      • chevron_right

        RolesVerification

      • chevron_right

        Sender

      • chevron_right

        Session

      • chevron_right

        SubAccounts

      • chevron_right

        VirtualRoom

    • Minimum Software Requirements

    • chevron_right

      Connecting Conga Sign API to Salesforce

    • Embedding Conga Sign into Salesforce Using Public REST APIs or from Salesforce Object button on UI

    • Conga Sign API Region Endpoints

    • Creating an Integration User for Sign API

    • Obtain the JWT access token

    • Authentication Tokens

    • Setting Up Callback Notifications

    • Available Notifications

    • Receiving Event notifications

    • To set up Callback Notifications

    • Using the Signer Experience

    • Storing Signing Session Data

    • chevron_right

      Supported Languages

    • chevron_right

      Creating and Sending a Transaction

    • Adding, Updating, Removing Signers

    • Document Extraction

    • Uploading & Deleting Documents

    • Customizing Invitation Emails

    • chevron_right

      Injecting Field Values

    • Supported Fonts

    • Managing Groups

    • Authenticating Signers

    • Enforcing Signature Capture

    • Custom Transaction Data

    • Custom Document Data

    • Mobile Signing Ceremony

    • Text Tag Extraction

    • Position Extraction

    • Signer Experience Settings

    • Text Anchors

    • Conga Sign API Runbook with Postman Collections

  • chevron_right

    Conga Sign Features by Release

  • Conga Customer Community & Learning Center Resources

  1. Sign for Advantage Platform (current)
  2. arrow_right
  3. Conga Sign for REST API Developers
  4. arrow_right
  5. Conga Sign REST APIs

list_altShow Contents

chevron_left

Sign for Advantage Platform

AuthenticationTokens

chevron_right
download

Create a sender authentication token

post
https://coreapps-rlsdev.congacloud.io/api/sign
/v1/cs-authenticationTokens/sender

Creates a token that can be used to obtain a valid session for the owner of an existing package, so they can edit the package using the Designer view, and then distribute it for signing. The destination must be a valid destination for a sender and is restricted to a particular package. It is single-use and expires after 30 minutes (this is configurable). This token allows you to log in using a Get to the ?senderDesignerToken=VALUE or ?senderTransactionEditToken=VALUE

Request

Security: API Key

Body

Object to manage sender auth token

packageId
string

Package id

value
string

Auth token value

Responses

200
400
401
404
500

OK

Body

responses
/
200

Object to manage sender auth token

packageId
string

Package id

value
string

Auth token value

Auth
:
Body
1
{
2
"packageId": "string",
3
"value": "string"
4
}
curl --request POST \
--url https://coreapps-rlsdev.congacloud.io/api/sign/v1/cs-authenticationTokens/sender \
--header 'Accept: application/json' \
--header 'Authorization: 123' \
--header 'Content-Type: application/json' \
--data '{
"packageId": "string",
"value": "string"
}'
Response Example
1
{
2
"packageId": "string",
3
"value": "string"
4
}
chevron_leftchevron_right
chevron_right

Footer Section

Explore


Conga.com
Legal
Feedback
Contact Support

Copyright © 2025 Conga Corporation • All Rights Reserved

Cookie Notice

We use cookies to improve your experience on our site. To find out more, read our cookie policy.