Get Signing Profile

Get signing profile

Returns the client's signing profile, including default signer details and
uploaded signature and initials images.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns your client's signing profile — the default signer identity (display name and email) used when your organization signs documents, plus the IDs of any stored signature and initials images and any default field values pre-filled at signing time. This is a read-only endpoint with no side effects.

Authentication & access

  • Requires a client API token: Authorization: Bearer <token>.
  • The caller must hold the contracts.signing_profile.read permission and have the OWNER, OPERATIONS, or DEVELOPER role.
  • Contract signing must be enabled for your client. If it is disabled the request returns 403.

Response

200 — Returns the signing profile object:

FieldDescription
idUnique signing profile ID
display_nameDisplay name shown on signed documents
signer_emailEmail address used for the client's signing identity
signature_file_idID of the stored signature image file, or null if none
initials_file_idID of the stored initials image file, or null if none
default_fieldsDefault field values pre-filled when your organization signs a document
created_atTimestamp when the signing profile was created
updated_atTimestamp when the signing profile was last updated

Error responses

StatusWhen
403Contract signing is disabled for this client
404No signing profile exists for this client yet

Standard 401 (authentication), 403 (insufficient permission or role), and 429 (rate limit) responses apply to every endpoint and are documented in the Error reference.

Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json