Italiano
cURL
curl --request GET \ --url https://app.aegister.com/api/v1/vpn/{id} \ --header 'X-Aegister-Token: <api-key>'
{ "error": 0, "messages": "<array>", "data": { "id": 123, "organization": { "id": 123, "name": "<string>", "logo": "<string>" }, "created_at": "2023-11-07T05:31:56Z", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "[email protected]", "cert": "<string>" } }
Retrieves VPN Profile by id.
You can get only VPN profiles you have created.
Any value different from 0 indicates an error. More details can be found in messages.
messages
0 <= x <= 0
If error is 1, contains zero or more details on the error.
error
1
Mostra attributi figli
Unique identifier for the VPN profile.
Unique identifier for the Organization.
Organization common name.
Organization logo URL.
Date and time of creation of the VPN profile.
Unique identifier for the user.
Email address of the user.
Certificate blob representation.