Destination endpoints allow you to review and 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.
Verify destination
Update your destination URL and verification token. Then, verify that communication can be established between Redox and the destination.
If successful, the destination is marked as verified and ready to receive data. The endpoint, verificationToken, and verificationMethod must either already be set for the destination or sent as part of this request.
You can also verify a destination in the Redox dashboard. Learn how to create and verify an endpoint.
cURL request example
Path Parameters
- environmentIdrequired, string
Identifies the specific environment that you're operating in or on behalf of.
Request Body Schema
- endpointstring
Contains the URL of the endpoint that will receive messages from Redox. Production and staging applications must use HTTPS.
- verificationTokenstring
Contains the unique value that Redox sends in the message header to authenticate itself to a destination.
- verificationMethodstring
HTTP method Redox will use when verifying the destination.
Possible Values:GET
,POST
Contains the fields that can be provided when verifying a destination.
- 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 details about the destination and its verification status.
- 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
Contains the unique identifier of the Redox environment.
Format: uuid - environmentFlagstring
Indicates whether the environment is used for development, staging, or production.
Possible Values:Production
,Staging
,Development
- endpointstring
Contains the URL of the endpoint that will receive messages from Redox. Production and staging applications must use HTTPS.
- verificationTokenstring
Contains the unique value that Redox sends in the message header to authenticate itself to a destination.
- verificationMethodstring
HTTP method Redox will use when verifying the destination.
Possible Values:GET
,POST
- verifiedboolean
Indicates whether a destination has been successfully verified and can receive data.