API Docs

» account/test

Summary

Test trakt credentials. This is useful for your configuration screen and is a simple way to test someone's trakt account.

URL

http://api.trakt.tv/account/test/apikey

Supported formats

json

Supported request methods

POST

Requires authentication

true (details)

Required Parameters

  • apikey

    to view your API key.

  • JSON POST

    • username

      Username to register.

    • password

      SHA1 hash of password.

Example JSON POST

{
	"username": "justin",
	"password": "sha1hash"
}

Example Response

{
	"status": "success",
	"message": "all good!"
}

{
	"status": "failure",
	"error": "failed authentication"
}
loading...
Join trakt

Sign in to trakt

forgot?

Sign In
Forgot your password?
Check your email for further instructions!
We couldn't find that e-mail!

Create your new password