Description
Returns the account's authentication key. If the key doesn't exist yet, one is generated.
Returns the account's authentication key. If the key doesn't exist yet, one is generated.
https://api.fonts.com/rest/{format}/GetToken/
xml or json
GET
<Accounts>
<Message>Success</Message>
<Account>
<AuthorizationKey>f160cc8a-d146-40ac-b81b-995f2acae6b3--542b18c0-61ca-4b5d-8eeb-af4cbca9df1bCD-AE-B1-28-2D-61-47-72-BE-B1-E7-4C-19-2B-EB-DA</AuthorizationKey>
</Account>
</Accounts>
{
"Accounts":{
"Account":{
"AuthorizationKey":"f160cc8a-d146-40ac-b81b-995f2acae6b3--542b18c0-61ca-4b5d-8eeb-af4cbca9df1bCD-AE-B1-28-2D-61-47-72-BE-B1-E7-4C-19-2B-EB-DA"
},
"Message":"Success"
}
}