API Documentation
Posted by Petter O. on Mar 12, 2025 04:07 PM UTC Resolved
Hi,
The Python example lacks the token, which prevents it from authenticating. Adding an Authorization header like Token fixes this issue.
headers = {
"Authorization": "Token 123f3e95a8af86936b6427e20ece0987d12345c8",
"Content-Type": "application/json"
}
Comments (3)
Timothy Bramlett Url to Text Team | Mar 12, 2025 10:56 PM UTC
Petter O. | Mar 13, 2025 12:33 PM UTC
Timothy Bramlett Url to Text Team | Mar 16, 2025 08:42 PM UTC
Please log in to leave a comment.