Account: Create an Account (Free only)
Description
Initiates the account creation process, causing an email to be sent to address provided. The account is not activated until the user reads the email and follows its instructions.
URL
http://api.fonts.com/rest/{format}/Accounts/
{format}
xml or json
Method
Post
Required Header Parameters:
-
AppKey
Your application’s key
Required Query String Parameters:
-
wfsfirst_name
New account requestor's first name -
wfslast_name
New account requestor's last name -
wfsemail
New account requestor's email address
Optional Query String Parameters:
- none
Response variables:
-
Message
If the response is successful then the “message” parameter of the response will be “Success” and if there is some error or failure then the “message” parameter will be the error message. -
Account: FirstName
As provided when account was created -
Account: LastName
As provided when account was created -
Account: Email
Address to which verification email will be sent
XML Response
<Accounts>
<Message>Success</Message>
<Account>
<FirstName>John</FirstName>
<LastName>Doe</LastName>
<Email>John@exmaple.com</Email>
</Account>
</Accounts>
Json Response
{
"Accounts":{
"Account":{
"Email":"John@exmaple.com",
"FirstName":"John",
"LastName":"Doe"
},
"Message":"Success"
}
}
Integration Support
Account
Domains
Filters
Filter Values
Fonts
Projects
Publish
Selectors
Stylesheet