# Authentication Send the `Authorization` header with all your requests. The value is `apikey username:token`. ``` curl \ -X GET 'https://app.countryrisk.io/api/v1/configuration/riskscoremodels/' \ -H 'Authorization: apikey username:token' ```