v8
OpenAPI 3.1.02026-08-033623795.0 MBCompany token transactions
Retrieve company token transaction
Retrieves the details of an existing company token transaction.
Required permissions:
- company_token_transaction:read
- member:basic:read
- company:basic:read
get/company_token_transactions/{id}
Path parameters
idstring required
The unique identifier of the token transaction to retrieve.
Response
A successful response
Example response
{
"amount": 6.9,
"company": {
"id": "biz_xxxxxxxxxxxxxx"
},
"created_at": "2023-12-01T05:00:00.401Z",
"description": "Reward for completing onboarding",
"idempotency_key": "txn_reward_usr_123_2024",
"user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
}
}