# Authentication
UBER ADDRESS uses Search API Keys to authenticate requests. You can view and manage your Search API Keys in your UBER ADDRESS Dashboard.
When making an API call to one of our API endpoints your Search API Key needs to be included in the Authorization
header as a Bearer
token.
GET https://api.uberaddress.io/v1/ HTTP/1.1
Authorization: Bearer {your_search_api_key}