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