Get Started with Meet and Rock
Connect your product to Meet and Rock in a few minutes. Generate an API key, add it to your requests as a Bearer token, and start reading your project details via the developer API.
Getting Started Steps
- Sign in: Go to meetandrock.com and log in to your account.
- Select a project: Choose the project you want to work with.
- Go to API keys: Navigate to Developers > API Keys.
- Generate an API key: Click Generate new key and copy the generated key.
- Use the API key: Use the copied key in your API requests as a Bearer token for authentication.
Example: Fetch current project
Once you have an API key, you can call the developer endpoint to retrieve the currently selected project. This is a great way to verify your integration and inspect the project payload.
Send your secret API key as a Bearer token in the Authorization header:Authorization: Bearer YOUR_API_KEY
Return the project associated with your current API context.
curl -X GET "https://api.meetandrock.com/v1/dev/project" \ -H "Authorization: Bearer YOUR_API_KEY"Next steps
That's it — you're ready to start integrating Meet and Rock into your projects. Explore the other sections in this sidebar to learn how to work with tasks, events, email, datasets, CRM, finance, and more.
If you encounter any issues, check out the full project documentation or contact our support team.