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
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
Authorization
string
Bearer ADeEW12312ZzSDS2112432xxxxxxxxx
Last updated
Was this helpful?