Get sender

Description

Summary: Retrieves the details of a specific sender by its unique identifier. Details: This endpoint returns a single sender resource matching the provided ID. Use it to look up the configuration, status, and metadata of an individual sender registered on your account.

Authentication & Scopes

Authentication is handled via an API key provided in the Authorization header. No OAuth scopes are defined; access is granted or denied based on the validity of the key.

MethodDetails
API KeyPass your API key directly in the Authorization header value (not as a Bearer token).

Headers

| Header | Required | Description |
| --- | --- |
| Authorization | Yes | The API key that verifies your access to the API. |
| accept | No | Expected response format. Default: application/json. |

Parameters

ParameterTypeLocationRequiredDescription
idintegerPathYesThe unique identifier of the sender to retrieve. In the URL pattern /senders/{id}, replace {id} with the sender ID.

Request Body

This endpoint does not use a request body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json