Skip to content

Travels

Get travel plans

Requires Authorization.

GET /v6/profiles/travel/{profileId}

Response:

Create travel plans

Requires Authorization.

POST /v6/profiles/travel

Body:

  • travelPlanId — long integer, required for update, ignored for create
  • profileId — long integer
  • geohashGeohash
  • startDate — unix timestamp in milliseconds
  • endDate — unix timestamp in milliseconds
  • showOnProfile — boolean
  • notes — string

Response:

Empty.

Update travel plans

Requires Authorization.

POST /v6/profiles/travel/update

Body:

  • travelPlanId — long integer, required for update, ignored for create
  • profileId — long integer
  • geohashGeohash
  • startDate — unix timestamp in milliseconds
  • endDate — unix timestamp in milliseconds
  • showOnProfile — boolean
  • notes — string

Response:

Empty.

Delete travel plans

Requires Authorization.

Repeated requests are completed without errors.

DELETE /v6/profiles/travel/{travelPlanId}

Response:

Empty.

TravelPlanMutation

  • travelPlanId — long integer, required for update, ignored for create
  • profileId — long integer
  • geohashGeohash
  • startDate — unix timestamp in milliseconds
  • endDate — unix timestamp in milliseconds
  • showOnProfile — boolean
  • notes — string

Open Grind is not affiliated with Grindr in any way.