API Docs

» account/create

This method requires a developer API key with create account permissions.

Summary

Create a new trakt account. Username and e-mail must be unique and not already exist in trakt.

URL

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

Supported formats

json

Supported request methods

POST

Requires authentication

true (details)

Required Parameters

  • apikey

    Requires a developer API key with create account permissions. Details here.

  • JSON POST

    • username

      Username to register. Usernames must be between 3 and 20 characters and only contain letters, numbers, -, _, or . characters.

    • password

      SHA1 hash of password. This needs to be a 40-character hexadecimal number and compatible with the PHP sha1 function (sometimes called hex digest format).

    • email

      E-mail to register, a welcome email will automatically be sent to this address.

Example JSON POST

{
	"username": "justin",
	"password": "sha1hash",
	"email": "username@gmail.com"
}

Example Response

{
	"status": "success",
	"message": "created account for justin"
}

{
	"status": "failure",
	"error": "justin is already a registered username"
}
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