Skip to main content
POST
/
transactions
/
v2
/
idr
/
onboarding
Onboarding
curl --request POST \
  --url https://api.linkio.world/transactions/v2/idr/onboarding \
  --header 'Content-Type: application/json' \
  --header 'ngnc-sec-key: <api-key>' \
  --data '
{
  "business_id": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.linkio.world/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

ngnc-sec-key
string
header
default:""
required

Body

application/json
business_id
string

Your LINK business identifier

Response

200 - undefined