Headers

  • If-Modified-Since string(date-time)

    ISO 8601 date/time to filter models updated since

Query parameters

  • model_division_type_id integer(int32)

    ID of model division type to filter by

  • model_group_type_id integer(int32)

    ID of model group type to filter by

Responses

  • 200 application/json

    An array of models

  • 500 application/json

    An unexpected error occurred

    Hide response attributes Show response attributes object
    • code integer(int32) Required
    • message string Required
GET /models
curl \
 --request GET 'https://*.syngency.com/admin/api/models' \
 --header "If-Modified-Since: 2025-05-04T09:42:00Z"
Response examples (200)
{
  "models": [
    {
      "id": 102879,
      "url": "/portfolios/amy-smith",
      "name": "Amy Smith",
      "email": "amysmith@gmail.com",
      "phone": "212-555-7843",
      "token": "12c879cdab3412bc2f78add06eba3200",
      "gender": "female",
      "last_name": "Smith",
      "created_at": "2017-06-20 06:23:21",
      "first_name": "Amy",
      "is_in_town": 0,
      "updated_at": "2017-06-21 04:36:37",
      "external_id": "4548fa9e-7c95-4a6b-9a75-fc52d4dab25d",
      "display_name": "Amy Smith",
      "headshot_url": "//cdn.syngency.com/3/models/102879/headshots/3010.jpg?8271",
      "is_published": 1,
      "is_traveling": 1,
      "date_of_birth": "1992-06-02",
      "is_terminated": 0,
      "current_status": "Available for direct bookings only",
      "current_location": "Paris"
    },
    {
      "id": 85153,
      "url": "/portfolios/anna-mei",
      "name": "Anna Mei",
      "email": "anna_vonroy@yahoo.com",
      "token": "93aa6ad54dd9e44df42c77906547706a",
      "gender": "female",
      "last_name": "Mei",
      "created_at": "2017-01-25 10:13:45",
      "first_name": "Anna",
      "is_in_town": 0,
      "updated_at": "2017-09-08 21:31:00",
      "external_id": "1f92ccd1-4353-4d65-b972-455db5c672ea",
      "display_name": "Anna Mei",
      "headshot_url": "//cdn.syngency.com/3/models/85153/headshots/3009.jpg?2920",
      "is_published": 1,
      "is_traveling": 0,
      "date_of_birth": "1990-02-01",
      "is_terminated": 0,
      "current_status": "Available"
    },
    {
      "id": 102621,
      "url": "/portfolios/annie",
      "name": "Annie L",
      "token": "549143ae000a5f2a42d4d0a9e585f82c",
      "gender": "female",
      "last_name": "L",
      "created_at": "2017-06-16 08:11:00",
      "first_name": "Annie",
      "is_in_town": 0,
      "updated_at": "2017-06-21 15:39:59",
      "external_id": "8dce004c-c83d-4a94-9fbb-0a8d8d16c2a3",
      "display_name": "Annie",
      "headshot_url": "//cdn.syngency.com/3/models/102621/headshots/3009.jpg?9787",
      "is_published": 1,
      "is_traveling": 0,
      "date_of_birth": "1999-01-01",
      "is_terminated": 0,
      "current_location": "LOS ANGELES"
    },
    {
      "id": 63491,
      "url": "/portfolios/christopher",
      "name": "Christopher Landon",
      "token": "958f8ab8809421443d162f7a6df527c8",
      "gender": "male",
      "last_name": "Landon",
      "created_at": "2016-07-25 04:11:34",
      "first_name": "Christopher",
      "is_in_town": 0,
      "updated_at": "2017-06-30 20:32:42",
      "external_id": "02afe5de-5d28-4adb-a469-c27c3cf89f6b",
      "display_name": "Christopher",
      "headshot_url": "//cdn.syngency.com/3/models/63491/headshots/3009.jpg?176",
      "is_published": 0,
      "is_traveling": 0,
      "date_of_birth": "1989-08-02",
      "is_terminated": 1
    },
    {
      "id": 109494,
      "url": "/portfolios/gio",
      "name": "Giovanni Bernardi",
      "email": "giovanni@yahoo.it",
      "token": "0d2ef04b622e5e8f3b8d3785be9032fe",
      "gender": "male",
      "last_name": "Bernardi",
      "created_at": "2017-08-16 05:54:40",
      "first_name": "Giovanni",
      "is_in_town": 0,
      "updated_at": "2017-08-25 14:53:03",
      "external_id": "31ded926-30b3-46dd-aa84-d8e5d2ebd8e9",
      "display_name": "Gio",
      "headshot_url": "//cdn.syngency.com/3/models/109494/headshots/3009.jpg?1520",
      "is_published": 1,
      "is_traveling": 0,
      "date_of_birth": "1991-03-07",
      "is_terminated": 0,
      "current_status": "married",
      "current_location": "Los Angeles"
    }
  ],
  "last_page": 3,
  "current_page": 2,
  "next_page_url": "/bookings?page=3&limit=50",
  "prev_page_url": "/bookings?page=1&limit=50"
}
Response examples (200)
[
  [
    []
  ]
]
Response examples (500)
{
  "code": 42,
  "message": "string"
}