cURL
curl --request GET \ --url https://api.useglyde.co/v1/transaction/{reference} \ --header 'Authorization: Bearer <token>'
Retrieve details of a specific transaction.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Was this page helpful?