POST
/
applications
/
register
curl --request POST \
  --url https://ebn.telemetree.io/public-api/applications/register \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "handle": "<string>",
  "link": "<string>",
  "description": "",
  "photo_url": "<string>"
}'
{
  "status_code": 201,
  "message": "Application registered successfully"
}

Authorizations

x-api-key
string
header
required

Your API Key (Dashboard->Settings)

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.