Skip to main content
GET
/
preflight
/
name-available
Check app name availability
curl --request GET \
  --url https://app.elata.bio/api/preflight/name-available \
  --header 'Authorization: Bearer <token>'
{
  "available": true,
  "reason": "<string>"
}
Status: proposed. This endpoint is designed here but not yet implemented on app.elata.bio/api.

Authorizations

Authorization
string
header
required

SIWE-issued JWT, scoped to a wallet address. Obtain via Sign-In With Ethereum (EIP-4361) against app.elata.bio. Required for personalized Portfolio and Rewards endpoints. The sub claim is the wallet address; a request whose path {address} does not match the sub is rejected.

Query Parameters

name
string
required

Response

200 - application/json

Availability result.

available
boolean
required
reason
string | null