Introduction
Welcome to the GetaFile API documentation.
Last updated
Was this helpful?
Welcome to the GetaFile API documentation.
GetaFile is a subscription-based web application delivering version-controlled files via customised web links created by subscribers. Read more about GetaFile here.
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.
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.
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.
Authorization
string
Bearer ADeEW12312ZzSDS2112432xxxxxxxxx
Last updated
Was this helpful?
Was this helpful?
{
email: "test@test.net"
first_name: "Test"
id: 1
last_name: "User"
}