token/create
Obtain an authentication token
All API calls require authentication. To obtain an authentication token you will require a username, password and your security key (this was emailed to you).
token/create
POST
https://auth.powerpointgeneratorapi.com/v1.0/token/create
Headers
Name
Type
Description
Content-Type*
string
multipart/form-data
Request Body
Name
Type
Description
username*
string
Your account username/email address
password*
string
Your account password
key*
string
Your security key
Example request
Last updated
Was this helpful?