get https://{instance}.response.lithium.com/api/v2/authors/networks//ids/
Get a single author by source network ID where the source network has only a single, default instance, such as Facebook or Twitter
Details
Returns a single author by source network ID where the source network has only a single, default instance, such as Facebook or Twitter. Supported network types are "facebook", "twitter", and "instagram". For CRM systems or Khoros communities that could have multiple instances, use: /api/v2/authors/networks/<networktype>/instances/<networkinstance>/ids/<networkid>
Related endpoints
Action | Endpoint |
---|---|
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 channel |
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. |