Get a platform tenant domain mapping.
GET
/api/admin/platform/tenant-domain-mappings/{id}
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/platform/tenant-domain-mappings/example \ --header 'Authorization: Bearer <token>'Returns one platform tenant domain mapping by id. Raw email domains are not returned; stored domain hashes and status metadata are exposed by the formatter.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”Tenant domain mapping response.
Media type application/json
object
id
required
string
tenant_id
required
string
hash_version
required
integer
priority
required
integer
is_active
required
boolean
verified
required
boolean
verification_expires_at
required
integer | null format: int64
created_by
required
string | null
created_at
required
integer format: int64
updated_at
required
integer format: int64
key
additional properties
Example
{ "id": "mapping_123", "tenant_id": "default", "hash_version": 1, "priority": 10, "is_active": true, "verified": false, "verification_expires_at": null, "created_by": "admin_123", "created_at": 1770000000, "updated_at": 1770000000}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}