Store customer-specific data
Step-by-step guide on how to store customer-specific data retrievable in your app, in Terapi integration scripts, and on the Terapi UI.
await terapi.setMetadata(
'',
'',
);curl --request POST \
--url https://api.terapi.dev/connection//metadata \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--header 'Provider-Config-Key: ' \
--data ''await terapi.setMetadata(
'',
'',
);Last updated