Skip to main content

Search Author API using an author custom field

Summary

You can search authors using any ANS field, standard or custom with Author API. 

Procedure

Use Author API v1 and pass in the search value in the q parameter: https://api.yourorganization.arcpublishing.com/author/v1/author-service/?q={}

Example:

https://api.{{org}}.arcpublishing.com/author/v1/author-service/?q={
  "author_type": {
    "$in": ["FieldName", "FieldValue"]
  }
}

More Information

Arc XP Authors API