get https://instance.response.lithium.com/api/v2/authors/networks//instances//handles/
Returns one or more authors by the networkhandle
passed in for the specified instance of a network.
Because handles are not globally unique across a source network, this call can return more than one author who is not related.
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 call when the networktype
is "lithium" or "crm" and there might be more than one instance of the network, such as sfdc_1 andsfdc_2. If the network has only a single, default instance such as Facebook or Twitter use: /api/v2/authors/networks/networktype/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}/handles/{networkhandle} Get one or more authors by the networkhandle passed in for the specified source network |