Skip to main content
GET
List resources

Authorizations

Authorization
string
header
required

Send the API key as Authorization: Bearer <api_key>.

Query Parameters

limit
integer
default:50

Page size. Defaults to 50 and is capped at 100.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor returned by the previous response.

order
enum<string>
default:created_at desc

Sort order for list endpoints.

Available options:
created_at desc,
created_at asc,
updated_at desc,
updated_at asc
country
enum<string>
default:all

Filter by country code. Omit or send all to include all countries.

Available options:
all,
VE,
XX
type
enum<string>
default:all

Filter by resource type handle. Omit or send all to include all types.

Available options:
all,
website,
organization,
hospital,
hotline,
shelter,
government,
volunteer,
other
Example:

"shelter"

query
string

Search text. Values shorter than 3 characters are ignored.

Response

Paginated resources.

data
object[]
required
pagination
object
required