🌐
Recrubo API
  • Getting Started
    • Introduction
    • Sandbox
    • Async requests
    • Authentication
    • Webhooks
    • Filtering, sorting, pagination and including resources
  • Guides
    • Setting up webhooks
    • Generating flows
    • Editing flows
    • Triggering flows
    • Embedding the Inbox
    • Sending messages
  • Resources
    • API Resource Reference
      • Candidate
      • Conversation
      • Flow
      • FlowRun
      • FlowGeneration
      • Message
      • MessageTemplate
      • MessageThread
      • NodeAction
      • NodeTransition
      • Node
      • VacancyAnalysis
      • Vacancy
      • User
      • WebhookPayload
    • Embeddables
      • Inbox
      • BotStudio
      • GenerateFlow
      • Whatsapp connect button
      • Schedule Form
      • Schedule Table
    • Flow types
      • vacancy_application_flow
  • Management
    • Organizations
Powered by GitBook
On this page
  • Sandbox API Base URL
  • Sandbox APP login
  1. Getting Started

Sandbox

To develop and test your code, you can use the sandbox API, which will allow you to develop and test your code without being billed for it. The sandbox API is a simulation of the real API, but not meant for production use as such some limitations will apply.

You can request a sandbox account and API key by contacting your direct contact at Recrubo.

Sandbox API Base URL

https://api-staging.recrubo.app/public/v2/

Sandbox APP login

https://demo.recrubo.app

PreviousIntroductionNextAsync requests

Last updated 9 months ago