SignalWire REST APIs support two authentication methods: Basic Authentication and Bearer Authentication. Each endpoint specifies which method it accepts.
Basic Authentication is the standard method for authenticating with SignalWire REST APIs, using your Project ID and API Token.
Include an Authorization header with each request:
To build the credentials string:
ProjectID:APITokenGiven the Project ID a1b2c3d4-e5f6-7890-abcd-ef1234567890 and API Token 4tjCGnmAeQ0hwFmFDhwfgww880X2lsnuR60VMyasGR3hFpSyvu:
Your Project ID and API Tokens are available in the SignalWire Dashboard.

Tokens can be scoped to limit API access. Select scopes when creating or editing a token in the Dashboard.
Getting a 401 Unauthorized?
Check that your token has the required scope.
Manage scopes in the SignalWire Dashboard.