Registration module
Endpoints
Endpoints for managing Registration
POST
/registrations/{hash}/resend Allows resend email code for given registration
Example Request
POST /v1.1/voipstudio/registrations/{hash}/resend HTTP/1.1
Host: l7api.com
Responses
200 Success
400 Validation error
403 Access denied
404 Resource not found
500 Internal apllication error
POST
/registrations Adds new Registration resource
Example Request
POST /v1.1/voipstudio/registrations HTTP/1.1
Host: l7api.com
Responses
200 Success
400 Validation error
401 Unauthorized
403 Access denied
404 Resource not found
GET
/registrations/{hash} Get Registration object
Example Request
GET /v1.1/voipstudio/registrations/{hash} HTTP/1.1
Host: l7api.com
Responses
200 Returned when successful
400 Validation error
403 Access denied
404 Resource not found
500 Internal apllication error
PATCH
/registrations/{hash} Patch Registration object
Example Request
PATCH /v1.1/voipstudio/registrations/{hash} HTTP/1.1
Host: l7api.com
Responses
200 Returned when successful
400 Validation error
403 Access denied
404 Resource not found
500 Internal apllication error