Skip to content

Fids API

fids

Get a list of all the FIDs

Query Parameters

ParameterDescriptionExample
This endpoint accepts no parameters

Example

bash
curl http://127.0.0.1:2281/v1/fids

Response

json
{
  "fids": [1, 2, 3, 4, 5, 6],
  "nextPageToken": "AAAnEA=="
}