Request IDs
Each API request has an associated request identifier. You can find this value in the response headers, under Request-Id
. You can also find request identifiers in the URLs of individual request logs in your Dashboard. If you need to contact us about a specific request, providing the request identifier will ensure the fastest possible resolution.
POST
/v1/hellocurl https://api.devrift.co/v1/hello \
-H "Authorization: Bearer {sk_test_foobar...}" \
-D "-" \
-X POST