x-api-key
header.
p_secret_sandbox_
. The p
indicates it’s a
Partner Token, secret
indicates it’s a secret and should be treated as one,
and sandbox
indicates that this is for the sandbox environment.createFirmApiToken
mutation or the createFirm
mutation. This request can be made using a Partner API Token.
addPaymentLink
, addClient
, and addMatter
. They are also used to create Payment Session Tokens for hosted fields. Below is an example firm token.
createPaymentToken
mutation. This request can only be made with a Firm API token.
Payment Session Tokens are a one time use token that should be used to initialize the Confido Legal javascript SDK on your frontend. These tokens are meant to be shared with your frontend code.
createOnboardingToken
mutation. This request can only be made with a Firm API token.
Onboarding Tokens are short term tokens that should be used to initialize the Confido Legal javascript SDK on your frontend. These tokens are meant to be shared with your frontend code.