- I'm Guide - API Version Control
- I'm Guide - Custom Error Exception
- Planner
- Route
- Place
- Custom Trip
- Delete Custom Trip V1
- Create trip with ai prompt
- Optimize trip with ai prompt
- Create Custom trip V1
- Edit Custom Trip V1
- VIew Detail User Custom Trip V1
- VIew List of User Custom Trip V1
- Create trip with custom presetdata
- Create trip with popular presetdata
- Review Trip V1
- Get Unavaliable Date List V1
- Check Unavaliable Date V1
- Create trip with ai prompt V2
- VIew List of User Active Trip V1
- Active Trip
- Config
- Activities
- Communities
- Feedback
- Internal Endpoint
- Line
- Get List Of Linked Trip In Group V1
- Get Detail Of Linked Trip In Group V1
- Get Day Detail Of Linked Trip In Group V1
- Generate Link Code V1
- Verify Link Code V1
- Unlink From LIne V1
- Unlink From App V1
- Get Current Trip In Group V1
- Get Current Trip By Day In Group V1
- Init Line
- Update Line Line Notification
- Update General Line Notification
- Get Noti Trip Line
- LINE GET TODAY TRIP BY DAY
- LINE GET TODAY TRIP
- LINE GET TODAY TRIP
- Get Noti General Line
- Core
- AI
- Storage
- Internal
- AI
- TEST TATGET
Add to community
Developing
POST
/trips/v1/communities
Last modified:2025-04-18 17:48:45
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
description
string
required
trip_id
string
required
is_external_share
string
required
Example
{
"description": "Voluntarius delinquo venustas paens catena crustulum nobis calamitas. Advoco urbs celer. Conduco benigne peccatus vulnus pecto clementia valetudo.",
"trip_id": "d7195636-b243-4dbc-a60c-adb991b45e61-674adf3a93f34b5ad55373f5-1732960058382",
"is_external_share": false
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/trips/v1/communities' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Voluntarius delinquo venustas paens catena crustulum nobis calamitas. Advoco urbs celer. Conduco benigne peccatus vulnus pecto clementia valetudo.",
"trip_id": "d7195636-b243-4dbc-a60c-adb991b45e61-674adf3a93f34b5ad55373f5-1732960058382",
"is_external_share": false
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}