Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 602 Bytes

File metadata and controls

38 lines (29 loc) · 602 Bytes

FN - Discovery Search Service - Search Creators

URL: https://fn-service-discovery-search-live-public.ogs.live.on.epicgames.com/api/v1/creators/search
Method: POST
Auth Required: Yes (discovery:search:{accountId} READ)

{
  "creatorTerm": "epic"
}

Parameters

creatorTerm: Creator Search Input

Query Parameters

accountId: Your Account Id


Example Response (shortened)

{
  "results": [
    {
      "accountId": "epic",
      "score": 4.3400574
    },
    {
      "accountId": "1bd256a05c1842cbbcb1e4133bd47fec",
      "score": 3.7241647
    }
  ]
}