For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Partner

Descrierea metodelor

Inspectam Statutul Organizatiei

GET https://sso.esempla.systems/api/v1/checkToken

Path Parameters

Name
Type
Description

Authorization

string

Metoda de audentificare "Bearer Token"

Token

string

indicam Tokenul, creat prin metoda "/api/v1/login"

Headers

Name
Type
Description

partnerid

string

Identificatorul Provaiderului

{
    "organization": {
        "name": "TES1",
        "idno": "123",
        "status_id": 1,
        "description": "",
        "project": "test"
    },
    "status": true
}
{
    "name": "Unauthorized",
    "message": "Your request was made with invalid credentials.",
    "code": 0,
    "status": 401
}
{
    "name": "Forbidden",
    "message": "",
    "code": 0,
    "status": 403
}

Inspectam Organizatia, care apartine anumitui Provaider

GET https://sso.esempla.systems/api/v1/getOrganizations

Headers

Name
Type
Description

partnerid

string

Identificatorul Provaiderului

Inspectam Proectul, care apartine animitui Provaider

GET https://sso.esempla.systems/api/v1/getProjects

Headers

Name
Type
Description

partnerid

string

Identificatorul Provaiderului

Vizionam lista Provaiderilor

GET https://sso.esempla.systems/api/v1/getProviders

Headers

Name
Type
Description

partnerid

string

Identificatorul Provaiderului

Vizionam Provaiderii care ii apartin unei Organizatii

POST https://sso.esempla.systems/api/v1/getProvidersByProject

Headers

Name
Type
Description

partnerid

string

Identificatorul Provaiderului

Request Body

Name
Type
Description

Project_id

string

Id -ul organizatiei

Last updated