Skip to Content
invitte.me 0.0.1 is released šŸŽ‰
REST API's

Integrate with Rest API’s

We have right now only one exposed api’s which you could use it to insert your anniversary details.

BASE URL

https://www.invitte.me

API’s

1. Create users

insert user for sending anniversary event notification.

  • REST API

/api/users

Headers
KeyValuetyperequired
Content-Typeapplication/jsonstringtrue
Project-idyour project idstringtrue
Project-secretyour project secret keystringtrue
Body
KeyValuetyperequired
nameAditya pantherstringfalse
emailcontact@invitte.mestringtrue
user_idyour platform user_idstringtrue
anniversary_dateFri, 20 Jun 2025 07:22:09 GMTstring or Datetrue
  • CURL

curl --location 'https://www.invitte.me/api/users' \ --header 'project-id: 63476hjndfsj' \ --header 'project-secret: secret' \ --header 'Content-Type: application/json' \ --data-raw '{ "users": [ { "name": "Aditya panther", "email": "support@invitte.me", "user_id": "user-id-1", "anniversary_date": "Fri, 20 Jun 2025 07:22:09 GMT" } ] }'
Last updated on