Skip to main content
POST
/
api
/
v1
/
premiums
/
register
Register premium domain
curl --request POST \
  --url https://dev.namify.host/api/v1/premiums/register \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.

Response

200

Coming soon.