mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Add GET contact info endpoint
This commit is contained in:
parent
f965878b42
commit
2e2e5cd08d
2 changed files with 52 additions and 7 deletions
|
@ -31,7 +31,7 @@ Content-Type: application/json
|
|||
{
|
||||
"domains": [
|
||||
{
|
||||
"id": 1,
|
||||
"uuid": "98d1083a-8863-4153-93e4-caee4a013535",
|
||||
"name": "domain0.ee",
|
||||
"registrar_id": 2,
|
||||
"registered_at": "2015-09-09T09:11:14.861Z",
|
||||
|
@ -99,8 +99,3 @@ Content-Type: application/json
|
|||
"total_number_of_records": 2
|
||||
}
|
||||
```
|
||||
|
||||
#### Implementation details
|
||||
|
||||
This endpoint is practically a copy-paste from similar endpoint used by
|
||||
registrars.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue