Every API request must contain an Authorize HTTP header with a token.
Please do not share the token with anyone, nor post it publicly.

curl --request GET \
  --url https://{{url}}/v5/api/index.php/addbroadcast
  --header 'Authorization: $Key'

Once the user signs up from the portal. Inside the Profile section, an authentication key ($Key )will be available.