POST /link_delivery/create
Use the /link_delivery/create
endpoint to create a Hosted Link session.
Servers
- https://production.plaid.com
- https://sandbox.plaid.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
client_id |
String | No |
Your Plaid API |
link_token |
String | Yes |
A |
options |
Object | No |
Optional metadata related to the Hosted Link session |
options.recipient |
Object | No |
Metadata related to the recipient. If the information required to populate this field is not available, leave it blank. |
options.recipient.first_name |
String | No |
First name of the recipient. Will be used in the body of the email / text (if configured). If this information is not available, leave this field blank. |
options.recipient.communication_methods[] |
Array | No |
The list of communication methods to send the Hosted Link session URL to. If delivery is not required, leave this field blank. |
options.recipient.communication_methods[].method |
String | No |
The delivery method to be used to deliver the Hosted Link session URL.
Possible values:
|
options.recipient.communication_methods[].address |
String | No |
The phone number / email address that Hosted Link sessions are delivered to. Phone numbers must be in E.164 format. |
secret |
String | No |
Your Plaid API |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.