---
title: "Say Hello"
method: GET
path: "/v3/connection/sayhello/{name}"
tags: ["Connection"]
---

# Say Hello

`GET /v3/connection/sayhello/{name}`

This method enables you to check if your system can connect to our system. You can even use a web browser to verify a connection to our system.
Applied a maximum length for the name parameter of 100 via a route constraint.

## Path parameters

- `name` string, required

## Response `200`

The name that was in the request

- unknown

## Other responses

- `400` — Your request could not be processed, there should be more details in the response.
- `401` — The token you provided is not valid or you are using an account that is not enabled.
- `408` — The request took longer to process than we waited.
- `415` — You asked for a media type that we do not support. You should request application/json in the Content-Type header.
- `500` — An error happened on the server without a specific message.

---

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