| Server IP : 164.138.27.172 / Your IP : 216.73.216.143 Web Server : nginx/1.27.4 System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : www-adm ( 1001) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/jonasn/dev/goto10/ |
Upload File : |
### @name Login
### G10_Auth
POST {{url}}/wp-json/goto10/v2/login
Content-Type: application/json
Cookie: key=first-value
Accept: application/json
{ "username" : "admin", "password": "secret" }
### @name Is logged in?
### G10_Auth
GET {{url}}/wp-json/goto10/v2/is-logged-in
### @name Forgot password
### G10_Auth
POST {{url}}/wp-json/goto10/v2/forgot-password
Content-Type: application/json
Cookie: key=first-value
Accept: application/json
{ "username" : "admin" }
### @name Register
### G10_Rest_Api
POST {{url}}/wp-json/goto10/v1/register-user
Content-Type: application/json
Cookie: key=first-value
Accept: application/json
{ "email": "admin@goto10.se", "username" : "admin", "password": "secret", "first-name": "Goto", "last-name": "10", "terms": 1 }
### @name Future events
### G10_Rest_Api
GET {{url}}/wp-json/goto10event/v2/future-events
### @name Future events for venue
### G10_Rest_Api
GET {{url}}/wp-json/goto10event/v2/future-events/venue/1
### @name Single future event
### G10_Rest_Api
GET {{url}}/wp-json/goto10event/v2/future-events/1
### @name Podcast studio events
### G10_Rest_Api
GET {{url}}/wp-json/goto10event/v2/pod-studio-today
### @name Future events (Calendar)
### G10_Event_Api
GET {{url}}/wp-json/g10calendar/v2/future-events
### @name Future events for date (Calendar)
### G10_Event_Api
GET {{url}}/wp-json/g10calendar/v2/future-events?all=1&start=2022-09-08&end=2022-09-10
### @name Future events for venue (Calendar)
### G10_Event_Api
GET {{url}}/wp-json/g10calendar/v2/future-events/1
### @name Calendar resources
### G10_Event_Api
GET {{url}}/wp-json/g10calendar/v2/resources
### @name Event signup
### G10_Event
POST {{url}}/wp-json/goto10event/v2/register/32/32
Content-Type: application/json
Cookie: key=first-value
Accept: application/json
{ "location" : "venue" }
### @name Cancel
### G10_Event
POST {{url}}/wp-json/goto10event/v2/cancel/32/32
Content-Type: application/json
### @name Verify RFID
### G10_Blippy
GET {{url}}/wp-json/blippy/v1/verify/454545/checkcard/stockholm
### @name Check email
### G10_Rest_Api
POST {{url}}/wp-json/blippy/v1/check-email
Content-Type: application/json
Cookie: key=first-value
Accept: application/json
{ "email": "admin@goto10.se", "cardnumber": "454545" }
### @name Blippy Register
### G10_Rest_Api
POST {{url}}/wp-json/blippy/v1/register-user
Content-Type: application/json
Cookie: key=first-value
Accept: application/json
{ "email": "admin@goto10.se", "username" : "admin", "password": "secret", "first-name": "Goto", "last-name": "10", "terms": 1 }