Skip to main content
GET
/
customers
/
{customerId}
/
sumsub
Get Sumsub reusable token
curl --request GET \
  --url https://business.bfinance.app/external/api/customers/{customerId}/sumsub \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "clientId": "my-client-id"
}
'
{ "status": "success", "data": { "reusableToken": "<string>" } }

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

customerId
string
required

Customer ID

Body

application/json
clientId
string
required

Client ID for which a reusable token should be generated.

Response

Reusable token generated successfully.

status
string
Example:

"success"

data
object