get https://{instance}.response.lithium.com/api/v2/authors/networks//handles/
Get one or more authors by the networkhandle
passed in for the specified source channel
Details
Returns one or more authors by the networkhandle
passed in for the specified source channel.
Because handles and user names are not globally unique across a source channel, this call can return more than one unrelated author.
If more than one author is returned they will be contained in a personList
, each with a unique top-level ID and handles
array.
Use this for a networktype
of "facebook", "instagram", or "twitter" where there is a single, default instance of the network. If the networktype
is "lithium" or "crm", where there can be multiple instances of the network, use: /api/v2/authors/networks/networktype/instances/networkinstance/handles/networkhandle
Related endpoints
Action | Endpoint |
---|---|
GET | /authors/networks/{networktype}/ids/{networkid} Get a single author by source network ID where the source network has only a single, default instance, such as Facebook or Twitter |
PUT | /authors/networks/{networktype}/ids/{networkid} Update a single author by source network ID on the default instance of the source network |
GET | /authors/networks/{networktype}/instances/{networkinstance}/ids/{networkid} Return one or more authors by the networkhandle passed in for the specified instance of a network. |
PUT | /authors/networks/{networktype}/instances/{networkinstance}/ids/{networkid} Update a single author by network ID on a specific instance of that network |
GET | /authors/networks/{networktype}/instances/{networkinstance}/handles/{networkhandle} Returns one or more authors by the networkhandle passed in for the specified instance of a network. |