GET
/
consumer
/
connection
/
share_request
curl --request GET \
  --url https://api.pathstack.io/consumer/connection/share_request \
  --header 'Authorization: Bearer <token>'
{
  "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"

Response

200
application/json
Successful Response
data
object[]
required

Successful response payload