List Sending Keys
List sending keys for a domain.
List all sending keys configured for a domain.
Scope: domains.sending_keys.read
Path Parameters
domain_idintegerrequiredThe ID of the domain.
Response
Returns an array of objects with the following fields:
idintegeroptionalSending key ID.
namestringoptionalSending key name.
sending_keystringoptionalThe sending key value.
Sample Response
200 OK
{
"data": [
{
"id": 77,
"name": "Production key",
"sending_key": "roo_..."
}
]
}