Sandbox
A sandbox is available to explore the API data format without an API key, on two read-only routes.Sandbox base URL
The sandbox is meant to get familiar with the shape of the responses. All
personal data is replaced with fake values: only the structure, skills,
languages, preferences and availability are representative. Never use it in
production.
GET /sandbox/freelances
Replicates GET /freelances with anonymized profiles (same data structures as
the main API).
POST /sandbox/referential
Replicates POST /referential: the values accepted by the search filters
(Skills, Regions, Seniority, Professions…). Useful to build your search
requests.
The public
POST /referential route (outside the sandbox) returns the exact
same values, also without an API key.Scope of the sandbox
The sandbox covers data exploration. The partner search flow (POST /partners/search, POST /partners/reveal, whitelist, events)
requires an API key and has no sandbox equivalent: test those routes with
the key provided to you at onboarding.