Note: with the recent major update to FileSender, all API keys were purged from FileSender. This means that any previously created API keys will no longer work. To continue using the FileSender API, you will need to generate a new API key.
Prerequisites
To use the FileSender API, you’ll need your unique API key. To retrieve your API key:
- Click My Profile on the side navigation panel.
- Copy the long string displayed under API secret.
If you have not previously created an API secret, click New API secret and accept the use policy for remote authentication.
If you want to delete your current API secret, click Clear API secret.
Host URL
The host URL for the FileSender API is https://filesender.aarnet.edu.au/rest.php.
API documentation
You can find the documentation for FileSender’s API at https://github.com/filesender/filesender/blob/master/docs/v2.0/rest/. Please note that this is an external project; not administered by AARNet.
Sample API scripts
Example scripts can be found here: https://github.com/filesender/filesender/tree/master/scripts/client. Please note that this is an external project; not administered by AARNet. Alternatively, download this sample PHP file: FilesenderRestClient.php (3 KB)