Get Email provider by its id
GEThttps://$CUSTOM-DOMAIN/admin/v1/email/:id
Get a specific Email provider by its ID.
Request​
Path Parameters
id stringrequired
Responses​
- 200
- 403
- 404
- default
A successful response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
config
object
{
"config": {
"details": {
"sequence": "2",
"creationDate": "2025-03-25T10:28:49.582Z",
"changeDate": "2025-03-25T10:28:49.582Z",
"resourceOwner": "69629023906488334"
},
"id": "string",
"state": "EMAIL_PROVIDER_STATE_UNSPECIFIED",
"description": "string",
"smtp": {
"senderAddress": "noreply@m.zitadel.cloud",
"senderName": "ZITADEL",
"tls": true,
"host": "smtp.postmarkapp.com:587",
"user": "197f0117-529e-443d-bf6c-0292dd9a02b7",
"replyToAddress": "replyto@m.zitadel.cloud"
},
"http": {
"endpoint": "string"
}
}
}
- Schema
- Example (from schema)
Schema
config
object
{
"config": {
"details": {
"sequence": "2",
"creationDate": "2025-03-25T10:28:49.582Z",
"changeDate": "2025-03-25T10:28:49.582Z",
"resourceOwner": "69629023906488334"
},
"id": "string",
"state": "EMAIL_PROVIDER_STATE_UNSPECIFIED",
"description": "string",
"smtp": {
"senderAddress": "noreply@m.zitadel.cloud",
"senderName": "ZITADEL",
"tls": true,
"host": "smtp.postmarkapp.com:587",
"user": "197f0117-529e-443d-bf6c-0292dd9a02b7",
"replyToAddress": "replyto@m.zitadel.cloud"
},
"http": {
"endpoint": "string"
}
}
}
- Schema
- Example (from schema)
Schema
config
object
{
"config": {
"details": {
"sequence": "2",
"creationDate": "2025-03-25T10:28:49.583Z",
"changeDate": "2025-03-25T10:28:49.583Z",
"resourceOwner": "69629023906488334"
},
"id": "string",
"state": "EMAIL_PROVIDER_STATE_UNSPECIFIED",
"description": "string",
"smtp": {
"senderAddress": "noreply@m.zitadel.cloud",
"senderName": "ZITADEL",
"tls": true,
"host": "smtp.postmarkapp.com:587",
"user": "197f0117-529e-443d-bf6c-0292dd9a02b7",
"replyToAddress": "replyto@m.zitadel.cloud"
},
"http": {
"endpoint": "string"
}
}
}
Returned when the user does not have permission to access the resource.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource does not exist.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://$CUSTOM-DOMAIN/admin/v1/email/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear