cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/laas/namespaces/{project_id}/{region_id}/{namespace_name} \ --header 'Authorization: <api-key>'
{ "available": true, "namespace": "<string>" }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Project ID
Region ID
custom namespace for validation
custom_namespace creation availability
custom_namespace
Is namespace available
true
Client namespace
"custom_namespace"
Was this page helpful?