/
Email Validation

ЕСОЗ - публічна документація

Email Validation

Purpose

Method allows to verify Email and check whether the link we sent is the same as we received

 

Specification

Link

API paragraph not found

Resource

/private/cabinet/email_validation

Scope

Not required

Components

API paragraph not found

Microservices

API paragraph not found

Protocol type

REST

Request type

POST

Sync/Async

API paragraph not found

Public/Private/Internal

Internal. Cabinet

 

Logic

Method allows to verify Email and check whether the link we sent is the same as we received

{ "email": "example@gmail.com", "timestamp": "2018-02-28 10:38:00" }

 

Request structure

API paragraph not found

 

Authorize

API paragraph not found

 

Headers

Наприклад:

  • Content-Type:application/json

  • Authorization:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwLnZpcm55QGdtYWlsLmNvbSIsInRpbWVzdGFtcCI6IjIwMTgtMDItMjggMTA6Mzg6MDAifQ.LJRLTqK-zf9gxDNMONcI8cMCSYosDtmAIZqhzZUdhz4

 

Request data validation

API paragraph not found

 

Processing

API paragraph not found

 

Response structure

See on Apiary

Example:

{ "meta": { "code": 200, "url": "https://example.com/resource", "type": "object", "request_id": "req-adasdoijasdojsda" }, "data": { "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InNwLnZpcm55QGdtYWlsLmNvbSIsInRpbWVzdGFtcCI6IjIwMTgtMDItMjggMTA6Mzg6MDAifQ.LJRLTqK-zf9gxDNMONcI8cMCSYosDtmAIZqhzZUdhz4" } }

 

{ "meta": { "code": 409, "url": "https://example.com/resource", "type": "object", "request_id": "req-adasdoijasdojsda" }, "error": { "type": "conflict", "message": "User with this email already exists" } }

 

Post-processing processes

API paragraph not found

 

HTTP status codes

HTTP status code

Message

What caused the error

HTTP status code

Message

What caused the error

 200

 

 

 409

 

 

 

Related content

Authentication method decision
Authentication method decision
More like this
Get Party users list
Get Party users list
Read with this
Get User
Get User
More like this
DEPRECATED Get Global Parameters
DEPRECATED Get Global Parameters
Read with this
Verify declaration (Internal method)
Verify declaration (Internal method)
More like this
Service Requests (Електронне направлення)
Service Requests (Електронне направлення)
Read with this

ЕСОЗ - публічна документація