| Method | Endpoint | Description |
|---|---|---|
| POST | oauth2/access_token |
Get an access token for authenticating api calls. Includes documentation on how to make an authenticated api call. |
| POST | api/v2.4/activities/import |
Import an activity. |
| POST | api/v2.4/activities/{activity_id}/invites |
Invite users to an activity. |
| GET | api/v2.4/comments |
List comments. |
| GET | api/v2.4/spots |
List spots. |
| GET | api/v2.4/spots/{spot_id} |
Get spot details. |
| POST | api/v2.4/spots/import |
Import a spot. Creates a new spot or updates an existing one by source_id. |
| GET | api/v2.4/galleries/{gallery_id} |
Get gallery details including its media. |
| POST | api/v2.4/galleries/{gallery_id}/media |
Upload an image and add it as a new medium to a gallery. |
| DELETE | api/v2.4/galleries/{gallery_id}/media/{medium_id} |
Delete a medium from a gallery. |
| POST | api/v2.4/galleries/{gallery_id}/media/order |
Update the order of media within a gallery. |