Logo
Reclaim Logo

Reclaim APIs

Reclaim is an intelligent calendar assistant that blocks flexible time on your calendar for anything you want to focus on.

Developer

Reclaim APIs

Account Request URL

-

Base Endpoint

-

Listings

Find a listing by id

GET

listings/{id}

id

Listings

Creates a listing

POST

listings

name, category, subcategory, description, price, currency, images, location, contact_email, contact_phone, contact_name, contact_address, is_active, expires_at

Listings

Updates a listing

PUT

listings/{id}

id, name, category, subcategory, description, price, currency, location, contact_email, contact_phone, contact_name, contact_address, is_active, expires_at

Listings

Soft delete a listing

DELETE

listings/{id}

id

Users

Finds a user by id

GET

users/{id}

id

Users

Updates a user

users/{id}

id, name, email, password, avatar_url, bio, location, is_active, role

Users

Creates a new user

POST

users

name, email, password, avatar_url, bio, location

Users

Soft delete a user

DELETE

users/{id}

id

Categories

Finds a category by id

GET

categories/{id}

id

Categories

Updates a category

categories/{id}

id, name, description

Categories

Soft delete a category

DELETE

categories/{id}

id

Categories

Creates a category

POST

categories

name

Subcategories

Finds a subcategory by id

GET

subcategories/{id}

id

Subcategories

Updates a subcategory

subcategories/{id}

id, name, description

Subcategories

Creates a subcategory

POST

subcategories

name, category_id

Subcategories

Soft delete a subcategory

DELETE

subcategories/{id}

id

Locations

Finds a location by id

GET

locations/{id}

id

Locations

Updates a location

locations/{id}

id, name, description

Locations

Creates a location

POST

locations

name

Locations

Soft delete a location

DELETE

locations/{id}

id

Favorites

Get all favorites of a user

GET

favorites

user_id

Favorites

Add a listing to favorites

POST

favorites

user_id, listing_id, created_at

Favorites

Remove a listing from favorites

DELETE

favorites/{id}

id

Messages

Finds a message by id

GET

messages/{id}

id

Messages

Sends a message

POST

messages

sender_id, receiver_id, subject, body

Messages

Marks a message as read

PUT

messages/{id}/mark_as_read

id

Messages

Soft delete a message

DELETE

messages/{id}

id

Reports

Finds a report by id

GET

reports/{id}

id

Reports

Creates a report

POST

reports

user_id, listing_id, reason, description

Reports

Updates a report

PUT

reports/{id}/update

id, reason, description

Reports

soft delete a report

DELETE

reports/{id}

id

Search

Search for listings

GET

search

query, category, subcategory, location, price_range, sort_by, order

Analytics

Get analytics for a listing

GET

analytics/{id}

id

Analytics

Creates an analytic event

POST

analytics

listing_id, event_type, event_data

Analytics

Delete analytics for a listing

DELETE

analytics/{id}

id

Details

Provider

Country HQ

US

API Type

REST

Categories

Calendar
Productivity

Alternatives

Important URLs

Last Updated on

2024-04-03

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo