List a fan’s account links (v1)

Returns every account link stored for a given authId under the caller's client. Includes primary and secondary links, each with their metadata.

Authentication (either of):

  • API key via X-APP-ID + X-API-KEY headers. The client is derived from the API key configuration.
  • Bearer token with the SSOUSERMANAGEMENTADMIN role. When using a JWT, append ?clientId=<CLIENT_ID> to scope the lookup.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

The Cortex auth user ID to look up.

Query Params
string

Cortex client ID. Required when authenticating with a JWT; ignored when authenticating with an API key.

string
enum
Defaults to created_at

Sort by created_at ascending (default) or descending when prefixed with -.

Allowed:
Headers
string

Client ID. Required when authenticating with an API key.

string

API key. Required when authenticating with an API key.

string

Bearer token. Required when authenticating as a JWT user with the SSOUSERMANAGEMENTADMIN role.

Responses

401

Missing or invalid credentials.

500

Unexpected server error.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json