© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•17mo ago•
1 reply
CrownedHaley

403 Forbidden

Hello! I am trying to hit an endpoint on Crunchyroll so I can get my auth token. I have looked at various sources and cannot get past the 403 error.

I've never used the application/x-www-form-urlencoded content type before so I am unsure if I need to encode it.

Format:
POST /auth/v1/token

# Request Headers
Authorization: Basic eHVuaWh2ZWRidDNtYmlzdWhldnQ6MWtJUzVkeVR2akUwX3JxYUEzWWVBaDBiVVhVbXhXMTE=
ETP-Anonymous-ID: ${ETP_ID}

# Request Body

"scope=offline_access&device_name=${deviceName}&device_id=${deviceId}&device_type=${deviceType}&grant_type=password&username=${email}&password=${password}"
POST /auth/v1/token

# Request Headers
Authorization: Basic eHVuaWh2ZWRidDNtYmlzdWhldnQ6MWtJUzVkeVR2akUwX3JxYUEzWWVBaDBiVVhVbXhXMTE=
ETP-Anonymous-ID: ${ETP_ID}

# Request Body

"scope=offline_access&device_name=${deviceName}&device_id=${deviceId}&device_type=${deviceType}&grant_type=password&username=${email}&password=${password}"


https://github.com/Crunchyroll-Plus/crunchyroll-docs/blob/release/Services/EtpAccountAuth/POST/signIn.md

Example: https://github.com/crunchy-labs/crunchyroll-rs/blob/master/src/crunchyroll.rs line 436
image.png
GitHub
crunchyroll-docs/Services/EtpAccountAuth/POST/signIn.md at release ...
An attempt to document Crunchyroll's API. Contribute to Crunchyroll-Plus/crunchyroll-docs development by creating an account on GitHub.
crunchyroll-docs/Services/EtpAccountAuth/POST/signIn.md at release ...
GitHub
crunchyroll-rs/src/crunchyroll.rs at master · crunchy-labs/crunchyr...
🦀 Pure Rust implementation of the Crunchyroll API. Contribute to crunchy-labs/crunchyroll-rs development by creating an account on GitHub.
crunchyroll-rs/src/crunchyroll.rs at master · crunchy-labs/crunchyr...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Getting 403 Forbidden in swagger and postman after restarting project.
C#CC# / help
3y ago
Getting 403 forbidden when trying to call the Github API [Answered]
C#CC# / help
4y ago
403.13 error
C#CC# / help
3y ago
Identity Server 4 403 Error
C#CC# / help
14mo ago