Evento
GET
/api/users
GET
/api/events
POST
/api/events
GET
/api
GET
/api/users
POST
/api/users
GET
/api/users/48378a0d-4481-4eaa-b5ae-a066010f4622
PUT
/api/8224ccb5-1d12-44df-871a-033f9364e9c5
POST
/api/auth/login
POST
/api/auth/logout
POST
/api/auth/me
GET
/api/categories
GET
/api/events/b000fa1a-d666-4fae-bb84-8df6aa565d08
GET
/api/categories/7a868359-823f-4896-ab00-4d54dd128c89
GET
/api/companies
POST
/api/companies
GET
/api/companies/c329de72-9bbb-43c0-809b-ad91194a0f30
GET
/api/admins
POST
/admins
POST
/api/events
Authentication
auth
Create Event
Request headers
Content-Type
string
required
Request body
application/x-www-form-urlencoded
Object
title
string
required
rate
string
required
date
string
required
recurring
string
required
venue
string
required
city
string
required
region
string
required
gh_post_code
string
required
contact
string
required
additional_info
string
required
user_id
string
required
categories
string
required
Responses
200
200
POST
/api/users
Authentication
auth
TODO: Add Description
Request headers
Content-Type
string
required
Request body
application/x-www-form-urlencoded
Object
first_name
string
required
last_name
string
required
username
string
required
dob
string
required
phone
string
required
email
string
required
password
string
required
city
string
required
region
string
required
Responses
200
200
PUT
/api/8224ccb5-1d12-44df-871a-033f9364e9c5
Authentication
auth
Update user info
Request headers
Content-Type
string
required
Request body
application/x-www-form-urlencoded
Object
first_name
string
required
last_name
string
required
email
string
required
city
string
required
avatar
string
required
username
string
required
dob
string
required
phone
string
required
region
string
required
Responses
200
200
POST
/api/companies
Authentication
auth
TODO: Add Description
Request body
application/x-www-form-urlencoded
Object
name
string
required
username
string
required
address
string
required
ghana_post_gps
string
required
phone
string
required
email
string
required
city
string
required
region
string
required
web_url
string
required
facebook_url
string
required
twitter_url
string
required
Responses
200
200
POST
/admins
Authentication
auth
TODO: Add Description
Request headers
Content-Type
string
required
Request body
application/x-www-form-urlencoded
Object
first_name
string
required
last_name
string
required
username
string
required
email
string
required
dob
string
required
password
string
required
phone
string
required
role
string
required
Responses
200
200