Push by Techulus
Zapier IntegrationGitHub IntegrationContact Support
  • ❓FAQ
  • API Integration
  • 🔔Notify all devices or teams
  • 🧑‍🤝‍🧑Notify device groups
  • 👨‍💼Management API (beta)
  • No-Code Integration
    • Zapier Integration
    • Make Integration
    • Uptime Kuma
    • Github
Powered by GitBook
On this page
  • Manage Team
  • invite user to team
  • delete an invite/team member

Was this helpful?

Management API (beta)

APIs to mange your account

Manage Team

invite user to team

POST https://push.techulus.com/api/management/v1/teams/invite

Use this endpoint to add a user to the team, once the user has accepted the invite, all future notifications will be recieved by the user.

Headers

Name
Type
Description

x-api-key*

String

Your account API key

Request Body

Name
Type
Description

team*

String

Team API key

email*

String

Invite email

{
	"success": true,
	"message": "Invite sent"
}
{
	"success": false,
	"error": "error-code",
	"message": "error message"
}

delete an invite/team member

DELETE https://push.techulus.com/api/management/v1/teams/invite

Use this endpoint to remove a user from the team or revoke an invite

Headers

Name
Type
Description

x-api-key*

String

Your account API key

Request Body

Name
Type
Description

team*

String

Team API key

email*

String

Invite email

{
	"success": true,
	"message": "Invite/Member removed"
}
{
	"success": false,
	"error": "error-code",
	"message": "error message"
}
PreviousNotify device groupsNextZapier Integration

Last updated 7 months ago

Was this helpful?

👨‍💼