Creates a temporary link token for initiating user connections to third-party providers.
Link tokens expire after 15 minutes and are used to authenticate connection flows.
Client credential authentication requires two headers:
X-Client-ID
: Your client identifierX-Client-Secret
: Environment-specific secretLink token created successfully
The response is of type object
.