Users and Seals
Show Open Seals
GET https://sandbox.nlp-institutes.net/api/v0/institutes/seals/{orga}/open
Show all seals from specific orga that are open, i.e. seals that you have ordered, payed, and not used for
Path Parameters
{orga}
string
Possible balues are IN, ICI, WHO, In-Me, WSCO or PosPsy
Headers
Authentication
string
Bearer **your-token**
[
{
"to": 500,
"from": 311
},
{
"to": 309,
"from": 300
}
]Show Qualifications
GET https://sandbox.nlp-institutes.net/api/v0/institutes/qualifications
This endpoint allows you to see all possible qualifcations
Headers
Accept
string
application/json
Authentication
string
Bearer **Your Token**
Add User
POST https://sandbox.nlp-institutes.net/api/v0/institutes/users
This will add a user on our back-end. The user will receive an email soon. Once he confirmes, the user will be visible on our page.
Headers
Authentication
string
Bearer **Your Token**
Request Body
city
string
Full name of city.
gender
string
Has to be value f for female or value m for male.
qualificationId
number
Id of qualifcation. Has to match an existing qualification See /api/v0/institutes/qualifications.
sealNumber
number
Sealnumber of the user. Has to be bought, unused, and match orga of qualification.
string
Email of user.
title
string
Title like Dr., MSc. etc.
firstname
string
Forename of user.
lastname
string
Lastname of user.
lang
string
Language as ISO 639-1, otherwise default language of group upload will be used.
country
string
Country in ISO 3166-1 alpha-2
Last updated
Was this helpful?