---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/api/errors/25107#article
headline: "25107: The Request does not contain any authorization information"
url: https://www.twilio.com/docs/api/errors/25107
inLanguage: en
dateModified: 2026-03-11T18:38:39.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# 25107: The Request does not contain any authorization information

Log Type: APPLICATION

Log Level: ERROR

## Description

The Request does not contain any authorization information (most cases: credentials) or the credentials and the resource have no relation.

### Possible causes

* When omitting the Auth header from HTTP request
* Passing an Auth header to access a resource that belongs to some other organization.

### Possible solutions

Verify correctness of Auth header.
