Create a Card details iframe
Create an iframe URL for a Card to display the card details. More details about styling and usage can be found in the documentation.
post/cards/{card_id}/create_details_iframe
Path parameters
card_idstring required
The identifier of the Card to create an iframe for.
Request body
Example request
{}Response
Card iframe URL
Example response
{
"expires_at": "2020-01-31T23:59:59Z",
"iframe_url": "https://increase.com/card_details_iframe/index.html?token=0",
"type": "card_iframe_url"
}