SERIMIS
DocsGetting StartedIntroduction

API Reference

The SERIMIS API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL

https://api.serimis.com/v1

Authentication

The SERIMIS API uses API keys to authenticate requests. You can view and manage your API keys in the SERIMIS Dashboard.

# Authorization Header
Authorization: Bearer YOUR_API_KEY

Endpoints

GET/studentsList all students

Returns a list of your students. The students are returned sorted by creation date, with the most recently created students appearing first.

Parameters

Field
Type
Description
limit
integer
A limit on the number of objects to be returned. Limit can range between 1 and 100.
grade
string
Filter students by grade level.
Built with v0