Seqlense docs

General

Connectivity check.

GET
/v1/hello

Connectivity and authentication check. Returns a greeting naming the organization resolved from your API key. With a dev scoped key the organization is shown with its development workspace suffix (for example acme__dev). Takes no parameters.

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Send your API key as a bearer token: Authorization: Bearer sq_YOUR_API_KEY.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/hello"
{  "message": "Hello, member of acme!"}