Validating Connectivity
The /ping
endpoint enables you to validate connectivity between your client application and the Marqeta platform.
You can use these endpoints to validate connectivity to your production environment, as well as to the public or private sandbox testing environment.
Perform ping
Copy section link
Action: GET
Endpoint: /ping
To validate that the Marqeta server is available and responsive, send a GET
request to the /ping
endpoint.
The response indicates whether the ping was successful, the version and revision number of the environment, and a timestamp.
Simulate ping
Copy section link
Action: POST
Endpoint: /ping
To perform an echo test, send a POST
request to the /ping
endpoint.
Body field details
Copy section link
Fields | Description |
---|---|
token
string
|
A pass-through field, enter any data. Allowable Values: 36 char max |
payload
string
|
Sample data. Allowable Values: 255 char max |