Skip to content
IScan Documentation
Main Navigation
Guide
Technische Dokumentation
Appearance
Menu
Return to top
Get carrier by ID
GET
/rest/v1/carriers/{id}
Get carrier details by ID
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id
*
Type
integer
Required
Example
1
Responses
200
404
Carrier details
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
0
,
"name"
:
"string"
,
"description"
:
"string"
,
"active"
:
true
}
GET
/rest/v1/carriers/{id}
Playground
Authorization
bearerAuth
Variables
Key
Value
id
*
Try it out
Samples
Powered by
VitePress OpenAPI