cURL
curl --request POST \ --url https://api.pathstack.io/consumer/connection/share_request \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "filter": {} } '
{ "data": { "id": "<string>", "created_at": "<string>", "responded_at": "<string>", "consumer_tenant": { "id": "<string>", "name": "<string>" }, "provider_email": "[email protected]", "provider_tenant_id": "<string>", "filter_id": "<string>", "share_code": "<string>", "accepted": true } }
This endpoint creates a Share Request.
The created Share Request is returned in the response.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Successful response payload
Show child attributes