Destination endpoints allow you to manage destinations in a specified environment.
You must be a member of the environment and be assigned to an engineer role to manage destinations. Learn about roles.
Get destination
Retrieve one specific destination and its auth credentials based on the unique destination identifier.
- metaobject
- versionstring
Lists the major and minor version number for the format of the returned payload. The payload format or shape may change between minor versions, like including additional or extended fields in later versions. We include the version data in each response so that you have the option to handle the signaled differences.
- payloadobject
Contains the payload with details about the requested destination.
- destinationobject
Contains an instance of a destination.
- idstring
Displays the unique identifier of the endpoint that will receive messages from Redox.
Format: uuid - namestring
Displays the human-readable name of the endpoint that will receive messages from Redox.
- authCredentialstring
Displays the unique identifier of the destination's attached auth credential, if any.
Format: uuid - environmentobject
Contains metadata about the environment within the associated Redox organization.
- idstring
Identifies the specific environment that you're operating in or on behalf of.
Format: uuid - environmentFlagstring
Indicates whether the environment is used for development, staging, or production.
Possible Values:Production
,Staging
,Development