https://api.appstoreconnect.apple.com//v1/devicesfilter by attribute 'name'
filter by attribute 'platform'
filter by attribute 'status'
filter by attribute 'udid'
filter by id(s)
comma-separated list of sort expressions; resources will be sorted as specified
the fields to include for returned resources of type devices
maximum resources per page
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://api.appstoreconnect.apple.com//v1/devices' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://api.appstoreconnect.apple.com//v1/devicesfilter by attribute 'name'
filter by attribute 'platform'
filter by attribute 'status'
filter by attribute 'udid'
filter by id(s)
comma-separated list of sort expressions; resources will be sorted as specified
the fields to include for returned resources of type devices
maximum resources per page
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://api.appstoreconnect.apple.com//v1/devices' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}