---
title: "Search by identifier from url parameter"
method: GET
path: "/riskfactoranalysis/v1/carriers/search"
tags: ["Find carrier(s) related to email or phone"]
---

# Search by identifier from url parameter

`GET /riskfactoranalysis/v1/carriers/search`

Search by either email or phone number to retrieve an array of zero or more DOT numbers which include that identifier in the risk report. If both the email and phone query parameters are present, only email will be searched.

## Query parameters

- `email` string
- `phone` string
- `vin` string

## Headers

- `Accept` string, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/truckstop/apis/authentication.md) · [All operations](https://skmtc.net/truckstop/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truckstop/authentication/revisions/da4fa196575d/schema)
