cURL
curl --request POST \ --url https://api.portable.io/v2/sources/{id}/configuration_cards \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "expiresAt": "2023-11-07T05:31:56Z", "type": "SOURCE", "imageUrl": "<string>", "instruction": "<string>" } '
{ "data": { "id": 123, "hash_id": "<string>", "expires_at": "2023-11-07T05:31:56Z", "type": "SOURCE", "source_name": "<string>", "url": "<string>", "image_url": "<string>", "instruction": "<string>" } }
Create a new configuration card link for a given source
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID
SOURCE
AGENT
DESTINATION
Created
Show child attributes
Full URL to the configuration card