Skip to main content
Hybrid and in-person jobs carry office locations, and those locations power job↔candidate matching. To keep matching exact, the API never accepts free-typed place names: every location must come from location search, which returns the canonical id (locationId) shared across the Sorce platform.
country defaults to United States (the only supported country today).

2. Reference

Include the chosen suggestion (id and strings together) in the job’s locations array:
Entries without an locationId are rejected with 422 VALIDATION_FAILED (“Pick each location from the search suggestions.”).

Rules of thumb

  • REMOTE jobs use remoteCountry (e.g. "United States") instead of locations. Required at publish.
  • HYBRID / IN_PERSON jobs need at least one location at publish.
  • locations is a replace-set: PATCH the full array you want; duplicates collapse to one.