Required permissions: users.read.*
, connected_accounts.read.*
curl --request GET \
--url https://{primary_domain}/api/public/v2.0/users/{user_id}/connected_accounts \
--header 'X-Access-Key-Id: <api-key>' \
--header 'X-Access-Key-Secret: <api-key>'
{
"message": "<string>",
"data": [
{
"id": 123,
"owner_type": "App\\Models\\Tenant\\User",
"owner_id": 123,
"provider_id": 123,
"provider_uid": "<string>",
"provider_email": "jsmith@example.com",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}
],
"current_page": 123,
"first_page_url": "<string>",
"from": 123,
"last_page": 123,
"last_page_url": "<string>",
"next_page_url": "<string>",
"path": "<string>",
"per_page": 123,
"prev_page_url": "<string>",
"to": 123,
"total": 123
}
The response is of type object
.
curl --request GET \
--url https://{primary_domain}/api/public/v2.0/users/{user_id}/connected_accounts \
--header 'X-Access-Key-Id: <api-key>' \
--header 'X-Access-Key-Secret: <api-key>'
{
"message": "<string>",
"data": [
{
"id": 123,
"owner_type": "App\\Models\\Tenant\\User",
"owner_id": 123,
"provider_id": 123,
"provider_uid": "<string>",
"provider_email": "jsmith@example.com",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}
],
"current_page": 123,
"first_page_url": "<string>",
"from": 123,
"last_page": 123,
"last_page_url": "<string>",
"next_page_url": "<string>",
"path": "<string>",
"per_page": 123,
"prev_page_url": "<string>",
"to": 123,
"total": 123
}
Required permissions: users.read.*
, connected_accounts.read.*
curl --request GET \
--url https://{primary_domain}/api/public/v2.0/users/{user_id}/connected_accounts \
--header 'X-Access-Key-Id: <api-key>' \
--header 'X-Access-Key-Secret: <api-key>'
{
"message": "<string>",
"data": [
{
"id": 123,
"owner_type": "App\\Models\\Tenant\\User",
"owner_id": 123,
"provider_id": 123,
"provider_uid": "<string>",
"provider_email": "jsmith@example.com",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}
],
"current_page": 123,
"first_page_url": "<string>",
"from": 123,
"last_page": 123,
"last_page_url": "<string>",
"next_page_url": "<string>",
"path": "<string>",
"per_page": 123,
"prev_page_url": "<string>",
"to": 123,
"total": 123
}
The response is of type object
.
curl --request GET \
--url https://{primary_domain}/api/public/v2.0/users/{user_id}/connected_accounts \
--header 'X-Access-Key-Id: <api-key>' \
--header 'X-Access-Key-Secret: <api-key>'
{
"message": "<string>",
"data": [
{
"id": 123,
"owner_type": "App\\Models\\Tenant\\User",
"owner_id": 123,
"provider_id": 123,
"provider_uid": "<string>",
"provider_email": "jsmith@example.com",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z"
}
],
"current_page": 123,
"first_page_url": "<string>",
"from": 123,
"last_page": 123,
"last_page_url": "<string>",
"next_page_url": "<string>",
"path": "<string>",
"per_page": 123,
"prev_page_url": "<string>",
"to": 123,
"total": 123
}