Async
Cards
Get physical card create tasks by account
View the details of create physical card tasks by account. Ordered by createdDate, with the newest entries appearing first
get/accounts/{accountId}/physical-card-request-tasks
Path parameters
accountIdstring required
The account ID to retrieve create physical card tasks for
Query parameters
statuses'RECEIVED' | 'RUNNING' | 'COMPLETE' | 'ERROR'
Statuses of tasks to be retrieved
pageinteger
Page to fetch (0 indexed)
sizeinteger
Size of page to fetch
Response
Tasks returned successfully
Example response
{
"content": [
{
"taskBid": "T110000003",
"resourceUrl": "/cards/V110000022",
"resourceId": "V110000022",
"createdDate": "2020-03-23T11:01:54.826+0000"
}
]
}