Create App
You can programmatically create developer app using the resource below.
Auth Developer
POST
https://api.console.eyowo.com/v1/resource/auth
The email
and password
to authenticate the application resource is the same as your login credentials you created when setting your developer account.
Request Body
Name
Type
Description
string
valid email address
password
string
valid password
Create Developer App
POST
https://api.console.eyowo.com/v1/resource/app
Headers
Name
Type
Description
x-auth-token
string
the token generated when authenticating developer resource.
Request Body
Name
Type
Description
name
string
a preferred app name.
Last updated