Introduction

Welcome to the GetaFile API documentation.

What is GetaFile?

GetaFile is a subscription-based web application delivering version-controlled files via customised web links created by subscribers. Read more about GetaFile here.

Getting Access to the GetaFile API

To get started with the GetaFile API, register an account at https://getafile.io/auth/register

Once you have registered your account, verified and setup your Two-Factor authentication you'll need to create an API token.

Create an API Token

To generate an API token, go to your Profile and select "API TOKENS". Enter a name for the token and click "Generate token".

To revoke an API Token, click the delete icon next to the token you wish to revoke.

Using the API Token

Once you have generated an API Token, include it in the Authorization header for each request.

There are 2 regions for GetaFile. Depending on where your account is located, use the following base URLs: Oceanic, Asia au.getafile.io/api/v1 Americas us.getafile.io/api/v1

Europe eu.getafile.io/api/v1

GET https://{region}.getafile.io/api/v1/auth/checklogin

Set the Authorization header for each request.

Headers

Name
Type
Description

Authorization

string

Bearer ADeEW12312ZzSDS2112432xxxxxxxxx

Last updated

Was this helpful?