POST
/
consumer
/
connection
/
share_request
curl --request POST \
  --url https://api.pathstack.io/consumer/connection/share_request \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com",
  "filter": {}
}'
{
  "data": {
    "id": "<string>",
    "created_at": "<string>",
    "responded_at": "<string>",
    "consumer_tenant": {
      "id": "<string>",
      "name": "<string>"
    },
    "provider_email": "jsmith@example.com",
    "provider_tenant_id": "<string>",
    "filter_id": "<string>",
    "share_code": "<string>",
    "accepted": true
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string
default:2024-03-26
Example:

"2024-03-26"

Body

application/json
email
string
required
filter
object | null

Response

200
application/json
Successful Response
data
object
required

Successful response payload