Skip to content

GET Registration Details.

GET
/no_auth/namespaces/system/f5xc-saas/signup/registration_details
curl --request GET \
--url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/no_auth/namespaces/system/f5xc-saas/signup/registration_details \
--header 'Authorization: <Authorization>'

Use this API to to GET registration details (currently limited to email address and domain) associated with a specific asb_message object.

Examples of this operation.

token
string

The token contains the encrypted data, secured using an HMAC key.

A successful response.

Media typeapplication/json
GetRegistrationDetailsResponse

Response format for returning registration details associated with the ASB message.

object
console_url
console_url

A URL to the console page, returned if the tenant is already signed up and active.

string
<= 1024 characters
domain
domain

The domain associated with the registered ASB message.

string format: hostname
>= 26 characters <= 1024 characters
email
email

The email associated with the registered ASB message.

string format: email
<= 1024 characters /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/
error_message
error_message

An error message providing additional details (e.g., tenant already signed up)

string
<= 1024 characters
Examplegenerated
{
"console_url": "example",
"domain": "example",
"email": "hello@example.com",
"error_message": "example"
}

Returned when operation is not authorized.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when there is no permission to access resource.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when resource is not found.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation on resource is conflicting with current value.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation has been rejected as it is happening too frequently.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server encountered an error in processing API.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when service is unavailable temporarily.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server timed out processing request.

Media typeapplication/json
string format: string
Examplegenerated
example