Guides
Welcome to the Oho API guides. These guides provide practical, end-to-end examples to help you integrate with the Oho platform quickly and effectively.
Available Guides
Working with Children Checks (WWC)
Best for: Developers implementing WWC verification for the first time or looking for quick reference commands.
When to Use Guides vs API Reference
Use Guides when:
- You're implementing a feature for the first time
- You want end-to-end working examples
- You need practical integration patterns
- You want to understand common workflows
Use API Reference when:
- You need detailed endpoint specifications
- You're looking up specific field definitions
- You need to understand error codes
- You want technical documentation for a specific endpoint
Getting Help
If you have questions or encounter issues while following these guides:
- Check the API Resources for detailed endpoint documentation
- Refer to the specific endpoint documentation for field requirements
Prerequisites
All guides assume you have:
- A valid API access token
- cURL installed (or equivalent HTTP client)
- Basic understanding of REST APIs
- Authentication configured (see Authentication)
Let's get started with your integration!