Using API
Identification
Your tokens are available in the Profile section.
Warning
To use your tokens, don’t forget the colon (:) after the key, meaning that the password is not needed.
Info
A rate limit is applied on API requests. See here for more details.
Linked resources
If you access resources linked to a user or a specific account, then you will need to specify this with your authentication while using one of the following parameters:
- account: this is the account you wish to access. If for example you have a number of accounts but you wish to access a resource in a specific account.
- customer: if you have certain permissions on another user, then you need to specify their e-mail address.
For example, accessing the FTP users of your mycompany in this way:
Format
The following formats are handled:
It may be specified in the URL:
Or via the HTTP header:
HTTP headers
| HTTP header | Description | Default value |
|---|---|---|
| alwaysdata-synchronous | Request execution in synchronous mode | no |
Rate-limit
A limit of actions per minute (i.e. rate limit) is set:
- 10 rpm
- 50 rpm for sticky connections
- 250 rpm for safe methods like
GET