Accounts

You get a FreeClimb Account at signup. This includes an account ID (accountId) and an API key (apiKey). These two properties enable you to connect and communicate with FreeClimb.

Resource properties

An Account resource is represented by the following properties:

PropertyTypeDescription
uristringThe URI for this resource, relative to /apiserver.
dateCreatedstring date-timeThe date that this account was created (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT).
dateUpdatedstring date-timeThe date that this account was last updated (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT).
revisionintegerRevision count for the resource. This count is set to 1 on creation and is incremented every time it is updated.
accountIdstringString that uniquely identifies this account resource.
aliasstringA description for this account.
labelstringA string that identifies a category or group to which the account belongs.
typestringThe type of this account. It is one of: trial or full.
statusstringThe status of this account. It is one of: active, suspended, or closed.
subresourceUrisobjectThe list of subresources for this account.