Skip to main content
GET
Retrieve the current authentication details and connection status of a identity's integration, e.g. LinkedIn.

Authorizations

X-API-Key
string
header
required

API key required for authentication. Add your API key in the X-API-Key header.

Path Parameters

identity_uid
string<uuid>
required
integration
string
required

Response

Successfully retrieved the account linked to the specified identity and integration.

identity_uid
string<uuid>
required
status
enum<string>
required
Available options:
VALID,
INVALID,
PENDING,
LIMIT_REACHED
setup_source
enum<string> | null
Available options:
MANUAL,
EXTENSION,
SHARED,
API
auth_method
enum<string> | null
Available options:
BASIC,
OAUTH,
COOKIES,
APIKEY
is_shared
boolean
default:false
name
string | null
uid
string<uuid>
created_at
string<date-time>
updated_at
string<date-time> | null
level
string | null
user_uid
string<uuid> | null
meta
IntegrationAccountMeta · object | null
error
string | null
last_synced_at
string<date-time> | null